Summary
Times the trace.
- Assembly
- Rocket
.Surgery .Extensions .Logging .dll - Namespace
- Rocket
.Surgery .Extensions .Logging - Containing Type
- Logging
Abstractions Extensions
Syntax
public static IDisposable TimeTrace(this ILogger logger, string message, params object[] args)
Parameters
| Name | Type | Description |
|---|---|---|
| logger | ILogger | The logger. |
| message | string | The message. |
| args | object[] | The arguments. |
Return Value
| Type | Description |
|---|---|
| IDisposable | IDisposable. |
