LoggingLevel
LoggingLevel enumeration
Defines the type of logs to display.
public enum LoggingLevel
Values
Name | Value | Description |
---|---|---|
Debug | 0 |
All logs will be displayed. |
Warning | 1 |
Some not critical points and all errors will be displayed. |
Error | 2 |
Only errors will be displayed. |
None | 3 |
Disable logging (default). |
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR