Logging

Inheritance: java.lang.Object

public class Logging

Constructors

ConstructorDescription
Logging()

Fields

FieldDescription
loggingLevelSet or get log level
consoleSet or get - the logs are displayed on the console.
fileSystemSet or get - the logs are saved in the file (default path “Aspose.OCR.log.txt”).
logFilePathSet or get the path and name of log file.

Logging()

public Logging()

loggingLevel

public static LoggingLevel loggingLevel

Set or get log level

console

public static boolean console

Set or get - the logs are displayed on the console.

fileSystem

public static boolean fileSystem

Set or get - the logs are saved in the file (default path “Aspose.OCR.log.txt”).

logFilePath

public static String logFilePath

Set or get the path and name of log file.