Robot Framework
robot.output.librarylogger Namespace Reference

Functions

def console (msg, newline=True, stream='stdout')
 
def debug (msg, html=False)
 
def error (msg, html=False)
 
def info (msg, html=False, also_console=False)
 
def trace (msg, html=False)
 
def warn (msg, html=False)
 
def write (msg, level, html=False)
 

Variables

tuple LOGGING_THREADS = ('MainThread', 'RobotFrameworkTimeoutThread')
 

Function Documentation

◆ console()

def robot.output.librarylogger.console (   msg,
  newline = True,
  stream = 'stdout' 
)

Definition at line 68 of file librarylogger.py.

◆ debug()

def robot.output.librarylogger.debug (   msg,
  html = False 
)

Definition at line 50 of file librarylogger.py.

◆ error()

def robot.output.librarylogger.error (   msg,
  html = False 
)

Definition at line 64 of file librarylogger.py.

◆ info()

def robot.output.librarylogger.info (   msg,
  html = False,
  also_console = False 
)

Definition at line 54 of file librarylogger.py.

◆ trace()

def robot.output.librarylogger.trace (   msg,
  html = False 
)

Definition at line 46 of file librarylogger.py.

◆ warn()

def robot.output.librarylogger.warn (   msg,
  html = False 
)

Definition at line 60 of file librarylogger.py.

◆ write()

def robot.output.librarylogger.write (   msg,
  level,
  html = False 
)

Definition at line 34 of file librarylogger.py.

Variable Documentation

◆ LOGGING_THREADS

tuple robot.output.librarylogger.LOGGING_THREADS = ('MainThread', 'RobotFrameworkTimeoutThread')

Definition at line 31 of file librarylogger.py.