ILogger Methods

The ILogger interface exposes the methods listed in the following table:

Methods

Description

ILogger.LogDebug Method (Func<String>)

Logs the supplied message by using a “Debug” level scope.

ILogger.LogDebug Method (String, Func<Object>)

Logs the contents of a specified DataModel instance.

ILogger.LogDebugList Method

Logs the contents in a list of strings.

ILogger.LogError Method (Func<Exception>)

Logs the supplied exception  by using an “Error” level scope.

ILogger.LogError Method (Func<String>)

Logs the supplied message by using an “Error” level scope.

ILogger.LogInfo Method

Logs the supplied message by using an “Information” level scope.