Summary
Times the debug.
- Assembly
- Rocket
.Surgery .Extensions .Logging .dll - Namespace
- Rocket
.Surgery .Extensions .Logging - Containing Type
- Logging
Abstractions Extensions
Syntax
public static IDisposable TimeDebug(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. |