Logger

ParserSettings.Logger property

Gets the logger which is used for logging events and errors during data extraction.

public ILogger Logger { get; }

Property Value

An instance of class that implements ILogger interface.

See Also