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, ...);
~ComponentLogger()
Destructor.
Fawkes library namespace.
void log_info(const char *format,...)
Log info message.
Base class for exceptions in Fawkes.
void log_debug(const char *format,...)
Log debug message.
ComponentLogger(Logger *logger, const char *component)
Constructor.
void set_component(const char *format,...)
Set a new component name.
void log_error(const char *format,...)
Log error message.
void log_warn(const char *format,...)
Log warning message.