ILogger class

ILogger class

Defines interface of a logger that can be used for logging events and errors in process of redaction.

The ILogger type exposes the following members:

Methods

Method Description
error(self, message) Logs an error that occurred during redaction process.
trace(self, message) Logs an event that occurred during redaction process.
warning(self, message) Logs a warning that occurred during redaction process.

Remarks

Learn more | | |

See Also