Logging

Logging class

Class to create log configurations.

public static class Logging

Properties

NameDescription
static Console { get; set; }Set or get - the logs are displayed on the console.
static FileSystem { get; set; }Set or get - the logs are saved in the file (default path “Aspose.OCR.log.txt”).
static LogFilePath { get; set; }Set or get the path and name of log file.
static LoggingLevel { get; set; }Set or get log level

See Also