#include <logging.h>
Definition at line 28 of file logging.h.
◆ Context()
onert::util::logging::Context::Context |
( |
| ) |
|
|
inlinenoexcept |
Definition at line 31 of file logging.h.
31 : _enabled{false}
32 {
34
35 if (env)
36 {
37 _enabled = true;
38 }
39 }
bool getConfigBool(const std::string &key)
◆ enabled()
bool onert::util::logging::Context::enabled |
( |
void |
| ) |
const |
|
inline |
◆ get()
◆ update()
void onert::util::logging::Context::update |
( |
void |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: