ConsoleLogger Class
Represents logger implementation which sends all messages to console.
Inheritance Hierarchy
SystemObject
  GroupDocs.Annotation.LoggingConsoleLogger

Namespace: GroupDocs.Annotation.Logging
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public sealed class ConsoleLogger : ILogger

The ConsoleLogger type exposes the following members.

Constructors
  NameDescription
Public methodConsoleLogger
Initializes a new instance of the ConsoleLogger class
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodError
Logs error message.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTrace
Logs the process of annotating.
Public methodWarning
Logs warning message.
See Also