IndexSettingsLogger Property |
Gets or sets a logger that is used for logging events and errors in the index.
Note that the logger is not saved and must be created and assigned each time the index is created or loaded.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic ILogger Logger { get; set; }
Public Property Logger As ILogger
Get
Set
public:
property ILogger^ Logger {
ILogger^ get ();
void set (ILogger^ value);
}
member Logger : ILogger with get, set
Property Value
Type:
ILoggerA logger that is used for logging events and errors in the index.
See Also