ConsoleLogger
Leave feedback
On this page
Writes log messages to the console.
public class ConsoleLogger : ILogger
| Name | Description |
|---|---|
| ConsoleLogger() | The default constructor. |
| Name | Description |
|---|---|
| Error(string, Exception) | Writes error message to the console. Error log messages provides information about unrecoverable events in application flow. |
| Trace(string) | Writes trace message to the console. Trace log messages provides generally useful information about application flow. |
| Warning(string) | Writes warning message to the console. Warning log messages provides information about unexpected and recoverable event in application flow. |
- interface ILogger
- namespace GroupDocs.Merger.Logging
- assembly GroupDocs.Merger
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.