1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. ILogger class

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