Logging

Logging class

Class to create log configurations.

The Logging type exposes the following members:

Properties

NameDescription
logging_levelSet or get log level
consoleSet or get - the logs are displayed on the console.
file_systemSet or get - the logs are saved in the file (default path “Aspose.OCR.log.txt”).
log_file_pathSet or get the path and name of log file.

See Also