Definition at line 323 of file Log.h.
Public Member Functions | |
Rule (const char *path, log_level_t level) | |
Rule (const Rule &rule) | |
Public Attributes | |
std::string | path_ |
log_level_t | level_ |
oasys::Log::Rule::Rule | ( | const char * | path, | |
log_level_t | level | |||
) | [inline] |
std::string oasys::Log::Rule::path_ |
Definition at line 330 of file Log.h.
Referenced by oasys::Log::find_rule(), oasys::Log::rule_compare(), and oasys::Log::sort_rules().
Definition at line 331 of file Log.h.
Referenced by oasys::Log::log_level(), and oasys::Log::rule_compare().