C++ YASMIN (Yet Another State MachINe)
Loading...
Searching...
No Matches
logs.cpp File Reference
#include "yasmin/logs.hpp"
Include dependency graph for logs.cpp:

Namespaces

namespace  yasmin
 

Functions

void yasmin::default_log_error (const char *file, const char *function, int line, const char *text,...)
 Default error logging function.
 
void yasmin::default_log_warn (const char *file, const char *function, int line, const char *text,...)
 Default warning logging function.
 
void yasmin::default_log_info (const char *file, const char *function, int line, const char *text,...)
 Default info logging function.
 
void yasmin::default_log_debug (const char *file, const char *function, int line, const char *text,...)
 Default debug logging function.
 
void yasmin::set_loggers (LogFunction error, LogFunction warn, LogFunction info, LogFunction debug)
 Sets custom logging functions for different log levels.
 
void yasmin::set_default_loggers ()
 Sets the default logging functions for all log levels.