PathScripts.PathLog.Level Class Reference

Public Member Functions

def toString (cls, level)
 

Static Public Attributes

int DEBUG = 4
 
int ERROR = 0
 
int INFO = 3
 
int NOTICE = 2
 
int RESET = -1
 
int WARNING = 1
 

Detailed Description

Enumeration of log levels, used for setLevel and getLevel.

Member Function Documentation

◆ toString()

def PathScripts.PathLog.Level.toString (   cls,
  level 
)

References PathScripts.PathLog.Level._names.

Member Data Documentation

◆ DEBUG

int PathScripts.PathLog.Level.DEBUG = 4
static

◆ ERROR

int PathScripts.PathLog.Level.ERROR = 0
static

◆ INFO

int PathScripts.PathLog.Level.INFO = 3
static

◆ NOTICE

int PathScripts.PathLog.Level.NOTICE = 2
static

◆ RESET

int PathScripts.PathLog.Level.RESET = -1
static

◆ WARNING

int PathScripts.PathLog.Level.WARNING = 1
static

The documentation for this class was generated from the following file: