SSP21-CPP
Public Member Functions | Static Public Member Functions | List of all members
log4cpp::LogLevels Class Reference

#include <log4cpp/LogLevels.h>

Public Member Functions

 LogLevels (int32_t levels)
 
bool is_set (const LogLevel &level) const
 
LogLevelsoperator|= (const LogLevels &other)
 
LogLevels operator| (const LogLevels &other) const
 
int32_t get_value () const
 

Static Public Member Functions

static LogLevels everything ()
 

Detailed Description

Strongly typed wrapper for flags bitfield

Definition at line 73 of file LogLevels.h.