Robot Framework
robot.output.loggerhelper Namespace Reference

Classes

class  AbstractLogger
 
class  AbstractLoggerProxy
 
class  IsLogged
 
class  Message
 

Variables

dictionary LEVELS
 

Variable Documentation

◆ LEVELS

dictionary robot.output.loggerhelper.LEVELS
Initial value:
1 = {
2  'NONE' : 7,
3  'SKIP' : 6,
4  'FAIL' : 5,
5  'ERROR' : 4,
6  'WARN' : 3,
7  'INFO' : 2,
8  'DEBUG' : 1,
9  'TRACE' : 0,
10 }

Definition at line 21 of file loggerhelper.py.