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