#include <console.h>
Public Member Functions | |
void | init (const char *fmt) |
void | print (void *logger_handle,::ros::console::Level level, const char *str, const char *file, const char *function, int line) |
Public Attributes | |
std::string | format_ |
V_Token | tokens_ |
void ros::console::Formatter::init | ( | const char * | fmt | ) |
Definition at line 305 of file rosconsole.cpp.
void ros::console::Formatter::print | ( | void * | logger_handle, |
::ros::console::Level | level, | ||
const char * | str, | ||
const char * | file, | ||
const char * | function, | ||
int | line | ||
) |
Definition at line 344 of file rosconsole.cpp.
std::string ros::console::Formatter::format_ |