ILogger Methods |
The ILogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error |
Writes an error message.
Error log messages provide information about unrecoverable events in application flow.
|
![]() | Trace |
Writes a trace message.
Trace log messages provide generally useful information about application flow.
|
![]() | Warning |
Writes a warning message.
Warning log messages provide information about unexpected and recoverable events in application flow.
|