Robot Framework Integrated Development Environment (RIDE)
robotide.lib.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 robotide.lib.robot.output.librarylogger.console (   msg,
  newline = True,
  stream = 'stdout' 
)

Definition at line 69 of file librarylogger.py.

◆ debug()

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

Definition at line 51 of file librarylogger.py.

◆ error()

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

Definition at line 65 of file librarylogger.py.

◆ info()

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

Definition at line 55 of file librarylogger.py.

◆ trace()

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

Definition at line 47 of file librarylogger.py.

◆ warn()

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

Definition at line 61 of file librarylogger.py.

◆ write()

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

Definition at line 35 of file librarylogger.py.

Variable Documentation

◆ LOGGING_THREADS

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

Definition at line 32 of file librarylogger.py.