Robot Framework
robot.output.pyloggingconf Namespace Reference

Classes

class  RobotHandler
 

Functions

def robot_handler_enabled (level)
 
def set_level (level)
 

Variables

dictionary LEVELS
 

Function Documentation

◆ robot_handler_enabled()

def robot.output.pyloggingconf.robot_handler_enabled (   level)

Definition at line 32 of file pyloggingconf.py.

◆ set_level()

def robot.output.pyloggingconf.set_level (   level)

Definition at line 49 of file pyloggingconf.py.

Variable Documentation

◆ LEVELS

dictionary robot.output.pyloggingconf.LEVELS
Initial value:
1 = {'TRACE': logging.NOTSET,
2  'DEBUG': logging.DEBUG,
3  'INFO': logging.INFO,
4  'WARN': logging.WARNING,
5  'ERROR': logging.ERROR}

Definition at line 24 of file pyloggingconf.py.