Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.output.loggerhelper Namespace Reference

Classes

class  AbstractLogger
 
class  AbstractLoggerProxy
 
class  IsLogged
 
class  Message
 

Variables

dictionary LEVELS
 

Variable Documentation

◆ LEVELS

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

Definition at line 21 of file loggerhelper.py.