ILogger Interface |
Namespace: GroupDocs.Conversion.Logging
The ILogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error |
Writes error log message;
Error log messages provides information about unrecoverable events in application flow.
|
![]() | Trace |
Writes trace log message;
Trace log messages provides generally useful information about application flow.
|
![]() | Warning |
Writes warning log message;
Warning log messages provides information about unexpected and recoverable event in application flow.
|