ILogger
Leave feedback
On this page
Defines the interface of a logger that is used for logging events and errors during data extraction.
public interface ILogger
| Name | Description |
|---|---|
| Error(string, Exception) | Logs an error that occurred during data extraction. |
| Trace(string) | Logs an event occurred during data extraction. |
| Warning(string) | Logs a warning that occurred during data extraction. |
Learn more:
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
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.