xmscore
1.0
|
Enumerations | |
enum | MessageTypeEnum { info, warning, error, debug } |
Log level for XM_LOG. More... | |
Functions | |
template<typename CharT , typename TraitsT > | |
std::basic_ostream< CharT, TraitsT > & | operator<< (std::basic_ostream< CharT, TraitsT > &strm, xmlog::MessageTypeEnum lvl) |
Formatting Logic for Severity. More... | |
Info Informational message Warning Non-critical warning message Error Critical error message Debug Details of internal operation
|
inline |