ILogger
Leave feedback
On this page
Defines interface of a logger that can be used for logging events and errors in process of redaction.
public interface ILogger
| Name | Description |
|---|---|
| Error(string) | Logs an error that occurred during redaction process. |
| Trace(string) | Logs an event that occurred during redaction process. |
| Warning(string) | Logs a warning that occurred during redaction process. |
Learn more
- More details about implementing ILogger interface: Use advanced logging
- namespace GroupDocs.Redaction.Options
- assembly GroupDocs.Redaction
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.