SparkseePython  6.0.2
Static Public Attributes | List of all members
sparksee.LogLevel Class Reference

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...
 

Detailed Description

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.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Data Documentation

int sparksee.LogLevel.CONFIG = 4
static

Config log level.

Errors, warnings, information messages and configuration details of the different components are shown.

int sparksee.LogLevel.DEBUG = 6
static

Debug log level.

This is for Sparksee development purposes and just works with debug versions of the library.

int sparksee.LogLevel.FINE = 5
static

Fine log level.

This is the higher and finest public log level, everything is dumped to the log.

int sparksee.LogLevel.INFO = 3
static

Info log level.

Errors, warnings and information messages are shown.

int sparksee.LogLevel.SEVERE = 1
static

Severe log level.

This is the lower log level, just errors are shown.

int sparksee.LogLevel.WARNING = 2
static

Warning log level.

Errors and warnings are shown.