![]() |
Belle II Software release-09-00-03
|
Class to modify the log level dependent on the execution realm. More...
#include <LogVariableStream.h>
Public Member Functions | |
| LogModRealm (Belle2::LogConfig::ELogRealm realm, Belle2::LogConfig::ELogLevel logLevel) | |
| Constructor of a realm dependent modification of the log level. | |
| Belle2::LogConfig::ELogRealm | getRealm () const |
| Returns the realm. | |
| Belle2::LogConfig::ELogLevel | getLogLevel () const |
| Returns the log level. | |
Private Attributes | |
| Belle2::LogConfig::ELogRealm | m_realm |
| Realm for the conditional log level. | |
| Belle2::LogConfig::ELogLevel | m_logLevel |
| Realm dependent log level. | |
Class to modify the log level dependent on the execution realm.
Definition at line 76 of file LogVariableStream.h.
|
inline |
Constructor of a realm dependent modification of the log level.
| realm | execution realm |
| logLevel | realm dependent log level. |
Definition at line 83 of file LogVariableStream.h.
|
inline |
Returns the log level.
Definition at line 100 of file LogVariableStream.h.
|
inline |
|
private |
Realm dependent log level.
Definition at line 110 of file LogVariableStream.h.
|
private |
Realm for the conditional log level.
Definition at line 107 of file LogVariableStream.h.