Robot Framework
librarylogger.py File Reference

Go to the source code of this file.

Namespaces

 robot.output.librarylogger
 

Functions

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

Variables

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