Functions | Variables
roswrap::console::backend Namespace Reference

Functions

void notifyLoggerLevelsChanged ()
 Tells the system that a logger's level has changed. More...
 
void print (void *logger_handle, ::ros::console::Level level, const char *str, const char *file, const char *function, int line)
 

Variables

void(* function_notifyLoggerLevelsChanged )()
 
void(* function_print )(void *, ::ros::console::Level, const char *, const char *, const char *, int)
 

Function Documentation

◆ notifyLoggerLevelsChanged()

void roswrap::console::backend::notifyLoggerLevelsChanged ( )

Tells the system that a logger's level has changed.

This must be called if a log4cxx::Logger's level has been changed in the middle of an application run. Because of the way the static guard for enablement works, if a logger's level is changed and this function is not called, only logging statements which are first hit after the change will be correct wrt that logger.

◆ print()

void roswrap::console::backend::print ( void *  logger_handle,
::ros::console::Level  level,
const char *  str,
const char *  file,
const char *  function,
int  line 
)

Variable Documentation

◆ function_notifyLoggerLevelsChanged

void(* roswrap::console::backend::function_notifyLoggerLevelsChanged) ()

◆ function_print

void(* roswrap::console::backend::function_print) (void *, ::ros::console::Level, const char *, const char *, const char *, int)


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:15