opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
#include <opendnp3/logging/LogLevels.h>
Public Member Functions | |
LogLevel ()=default | |
LogLevel (int32_t level) | |
LogLevel | next () const |
bool | operator== (const LogLevel &other) const |
Public Attributes | |
int32_t | value = 0 |
Definition at line 38 of file LogLevels.h.
|
default |
Referenced by next().
|
inlineexplicit |
Definition at line 43 of file LogLevels.h.
|
inline |
Definition at line 45 of file LogLevels.h.
References LogLevel(), and value.
Definition at line 50 of file LogLevels.h.
References value.
int32_t opendnp3::LogLevel::value = 0 |
Definition at line 55 of file LogLevels.h.
Referenced by opendnp3::LogLevels::is_set(), next(), operator==(), opendnp3::LogLevels::operator|(), and opendnp3::LogLevels::operator|=().