Logger

IndexSettings.Logger 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.

public ILogger Logger { get; set; }

Property Value

A logger that is used for logging events and errors in the index.

See Also