Class ConsoleLogger
ConsoleLogger class
Logger implementation which logs all information to the console.
public sealed class ConsoleLogger : ILogger
Constructors
Name | Description |
---|---|
ConsoleLogger() | The default constructor. |
Methods
Name | Description |
---|---|
Error(string, Exception) | Logs error message. |
Trace(string) | Logs the process of annotating. |
Warning(string) | Logs warning message. |
See Also
- interface ILogger
- namespace GroupDocs.Annotation.Logging
- assembly GroupDocs.Annotation