ILogger

ILogger interface

Defines the interface of a logger that is used for logging events and errors during data extraction.

public interface ILogger

Methods

Name Description
Error(string, Exception) Logs an error that occurred during data extraction.
Trace(string) Logs an event occurred during data extraction.
Warning(string) Logs a warning that occurred during data extraction.

Remarks

Learn more:

See Also