ILogger
ILogger interface
Defines interface of a logger that is used for logging events and errors in an index.
public interface ILogger
Methods
| Name | Description |
|---|---|
| Error(string) | Logs an error that occurred in the index. |
| Trace(string) | Logs an event that occurred in the index. |
Remarks
Learn more
See Also
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search