FileLogger
Leave feedback
On this page
Writes log messages to the file.
public class FileLogger : ILogger
| Name | Description |
|---|---|
| FileLogger(string) | Create logger to file. |
| Name | Description |
|---|---|
| Error(string, Exception) | Writes error log message; Error log messages provides information about unrecoverable events in application flow. |
| Trace(string) | Writes trace log message; Trace log messages provides generally useful information about application flow. |
| Warning(string) | Writes warning log message; Warning log messages provides information about unexpected and recoverable event in application flow. |
- interface ILogger
- namespace GroupDocs.Metadata.Logging
- assembly GroupDocs.Metadata
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.