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) |
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.
void roswrap::console::backend::print | ( | void * | logger_handle, |
::ros::console::Level | level, | ||
const char * | str, | ||
const char * | file, | ||
const char * | function, | ||
int | line | ||
) |
void(* roswrap::console::backend::function_notifyLoggerLevelsChanged) () |
void(* roswrap::console::backend::function_print) (void *, ::ros::console::Level, const char *, const char *, const char *, int) |