|
#include <ezlogger_misc.hpp>
Inheritance diagram for ext_data:
EZLOGGERVLSTREAM(axter::levels(axter::log_often, axter::warn, "Xyz Facility")) << somedata << " " << i << std::endl;
Definition at line 21 of file ezlogger_misc.hpp.
Public Member Functions | |
ext_data (severity severity_level, const char *pretty_function=NULL, const char *facility=NULL, const char *tag=NULL, int code=0) | |
Public Attributes | |
severity | m_severity_level |
const char * | m_pretty_function |
const char * | m_facility |
const char * | m_tag |
int | m_code |