LoggingAbstractionsExtensions.

TimeDebug(ILogger, string, object[]) Method

Summary

Times the debug.

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.