Data Structures | |
class | Log_class |
The log class is THE class to use in liblog. More... | |
Functions | |
Log (const severity &level, const int &mode, const std::string &file, bool append_date) | |
severity | change_level (const severity &level) |
severity | get_level () |
ofstream & | get_outstream () |
bool | cerr_out () |
void | log (const severity &level, const string &message) |
void | log (const std::string &message) |
bool | exit_on_critic (bool ans) |
cfunction | set_critic_function (cfunction cf) |
void | set_color_scheme (const string info, const string low, const string high, const string critic) |
void | no_color_scheme () |
Log & | logger () |
void | set_output (const int &mode, const std::string &file, bool append_date) |
Log Namespace contain everything related to the log library