Robot Framework
robot.output.pyloggingconf.RobotHandler Class Reference
Inheritance diagram for robot.output.pyloggingconf.RobotHandler:

Public Member Functions

def __init__ (self, level=logging.NOTSET, library_logger=librarylogger)
 
def emit (self, record)
 

Public Attributes

 library_logger
 

Private Member Functions

def _get_logger_method (self, level)
 
def _get_message (self, record)
 

Detailed Description

Definition at line 57 of file pyloggingconf.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.output.pyloggingconf.RobotHandler.__init__ (   self,
  level = logging.NOTSET,
  library_logger = librarylogger 
)

Definition at line 59 of file pyloggingconf.py.

Member Function Documentation

◆ _get_logger_method()

def robot.output.pyloggingconf.RobotHandler._get_logger_method (   self,
  level 
)
private

Definition at line 79 of file pyloggingconf.py.

◆ _get_message()

def robot.output.pyloggingconf.RobotHandler._get_message (   self,
  record 
)
private

Definition at line 70 of file pyloggingconf.py.

◆ emit()

def robot.output.pyloggingconf.RobotHandler.emit (   self,
  record 
)

Definition at line 63 of file pyloggingconf.py.

Member Data Documentation

◆ library_logger

robot.output.pyloggingconf.RobotHandler.library_logger

Definition at line 61 of file pyloggingconf.py.


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