FileLogger class
Leave feedback
On this page
File logger implementation.
The FileLogger type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the FileLogger class with the specified file path. |
| Method | Description |
|---|---|
| trace | Writes trace log message;
Trace log messages provide generally useful information about application flow. |
| warning | Writes warning log message;
Warning log messages provide information about unexpected and recoverable events in application flow. |
| error | Writes error log message;
Error log messages provide information about unrecoverable events in application flow. |
- module
groupdocs.conversion.logging - class
FileLogger - class
ILogger
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.