|
SparkseePython
6.0.2
|
Log level enumeration. More...
Static Public Attributes | |
| int | OFF = 0 |
| Disable log. | |
| int | SEVERE = 1 |
| Severe log level. More... | |
| int | WARNING = 2 |
| Warning log level. More... | |
| int | INFO = 3 |
| Info log level. More... | |
| int | CONFIG = 4 |
| Config log level. More... | |
| int | FINE = 5 |
| Fine log level. More... | |
| int | DEBUG = 6 |
| Debug log level. More... | |
Log level enumeration.
Log level priority order is as follows, from minimum to maximum log information: Off (log is disabled), Severe, Warning, Info, Config, Fine, Debug.
|
static |
Config log level.
Errors, warnings, information messages and configuration details of the different components are shown.
|
static |
Debug log level.
This is for Sparksee development purposes and just works with debug versions of the library.
|
static |
Fine log level.
This is the higher and finest public log level, everything is dumped to the log.
|
static |
Info log level.
Errors, warnings and information messages are shown.
|
static |
Severe log level.
This is the lower log level, just errors are shown.
|
static |
Warning log level.
Errors and warnings are shown.
1.8.11