ILogger
Leave feedback
On this page
Defines the methods that are used to perform logging.
public interface ILogger
| Name | Description |
|---|---|
| Error(string, Exception) | Writes an error message. Error log messages provide information about unrecoverable events in application flow. |
| Trace(string) | Writes a trace message. Trace log messages provide generally useful information about application flow. |
| Warning(string) | Writes a warning message. Warning log messages provide information about unexpected and recoverable events in application flow. |
- namespace GroupDocs.Viewer.Logging
- assembly GroupDocs.Viewer
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.