LoggingLevel
Inheritance: java.lang.Object, java.lang.Enum
public enum LoggingLevel extends Enum<LoggingLevel>
Fields
Field | Description |
---|---|
Debug | All logs will be displayed. |
Error | Only errors will be displayed. |
None | Disable logging (default). |
Warning | Some not critical points and all errors will be displayed. |
Debug
public static final LoggingLevel Debug
All logs will be displayed.
Error
public static final LoggingLevel Error
Only errors will be displayed.
None
public static final LoggingLevel None
Disable logging (default).
Warning
public static final LoggingLevel Warning
Some not critical points and all errors will be displayed.