ILogger Interface
Defines the methods that are used to perform logging.

Namespace: GroupDocs.Conversion.Logging
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public interface ILogger

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodError
Writes error log message; Error log messages provides information about unrecoverable events in application flow.
Public methodTrace
Writes trace log message; Trace log messages provides generally useful information about application flow.
Public methodWarning
Writes warning log message; Warning log messages provides information about unexpected and recoverable event in application flow.
See Also