public class Logging extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
console
Set or get - the logs are displayed on the console.
|
static boolean |
fileSystem
Set or get - the logs are saved in the file (default path "Aspose.OCR.log.txt").
|
static String |
logFilePath
Set or get the path and name of log file.
|
static LoggingLevel |
loggingLevel
Set or get log level
|
| Constructor and Description |
|---|
Logging() |
public static LoggingLevel loggingLevel
public static boolean console
public static boolean fileSystem
public static String logFilePath
Copyright © 2025 Aspose. All rights reserved.