Fawkes API
Fawkes Development Version
|
24 #ifndef _UTILS_LOGGING_COMPONENT_H_
25 #define _UTILS_LOGGING_COMPONENT_H_
27 #include <core/exception.h>
44 void log_info(
const char *format, ...);
45 void log_warn(
const char *format, ...);
void set_component(const char *format,...)
Set a new component name.
void log_error(const char *format,...)
Log error message.
void log_debug(const char *format,...)
Log debug message.
void log_info(const char *format,...)
Log info message.
~ComponentLogger()
Destructor.
void log_warn(const char *format,...)
Log warning message.
Fawkes library namespace.
ComponentLogger(Logger *logger, const char *component)
Constructor.
Base class for exceptions in Fawkes.