FileLogger class
Leave feedback
On this page
Writes log messages to the file.
The FileLogger type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a logger that writes to a file. |
| Method | Description |
|---|---|
| error | Writes an error log message; error log messages provide information about unrecoverable events in the application flow. |
| error_file | |
| error_string | |
| trace | Writes a trace log message providing generally useful information about application flow. |
| trace_file | |
| trace_string | |
| warning | Writes a warning log message, providing information about unexpected and recoverable events in the application flow. |
| warning_file | |
| warning_string |
- module
groupdocs.metadata.logging
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.