ILogger
ILogger interface
Defines interface of a logger that can be used for logging events and errors in process of redaction.
public interface ILogger
Methods
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. |
Remarks
Learn more
- More details about implementing ILogger interface: Use advanced logging
See Also
- namespace GroupDocs.Redaction.Options
- assembly GroupDocs.Redaction