The ILogger type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | LogDebug(FuncString) |
The supplied message will be logged using a "Debug" level scope
|
![]() | LogDebug(String, FuncObject) |
This method is used to log the contents of a specified DataModel instance
|
![]() | LogError(FuncException) |
The supplied exception will be logged using an Error level scope.
|
![]() | LogError(FuncString) |
The supplied message will be logged using an "Error" level scope
|
![]() | LogInfo |
The supplied message will be logged using an "Information" level scope
|
See Also