Enum LoggingLevel
Enum LoggingLevel
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)
Defines the type of logs to display.
public enum LoggingLevel
Fields
Debug = 0
All logs will be displayed.
Error = 2
Only errors will be displayed.
None = 3
Disable logging (default).
Warning = 1
Some not critical points and all errors will be displayed.