LoggingAbstractionsExtensions.

TimeInformation(ILogger, string, object[]) Method

Summary

Times the information.

Syntax

public static IDisposable TimeInformation(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.