ILogger class

ILogger class

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

The ILogger type exposes the following members:

Methods

Method Description
warning Logs a warning that occurred during data extraction.
trace Logs an event occurred during data extraction.

Remarks

Learn more: | | |

See Also