![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cLogAppender.h>
Public Member Functions | |
cLogEventParams (LOG_ATTR_MASK_t uAttrMask=LOG_ATTR_0, LOGLEV_TYPE eLogLevel=LOGLEV_TRACE) | |
LOG_ATTR_MASK_t | get_LogAttrMask () const |
void | put_LogAttrMask (LOG_ATTR_MASK_t uAttrMask) |
bool | IsLogAttrMask (LOG_ATTR_MASK_t uAttrMask) const |
LOGLEV_TYPE | get_LogLevel () const |
void | put_LogLevel (LOGLEV_TYPE eLogLevel) |
bool | IsLoggedLevel (LOGLEV_TYPE eLogLevel) const |
bool | IsLogged (LOG_ATTR_MASK_t uAttrMask, LOGLEV_TYPE eLogLevel) const |
Protected Attributes | |
LOG_ATTR_MASK_t | m_uAttrMask |
Special attributes for the event. (regardless of level) similar to pszSubject? More... | |
LOGLEV_TYPE | m_eLogLevel |
Min Importance level to see. 0 = LOGLEV_ANY = not important. More... | |
Filterable Parameters associated with a particular log event instance.
|
inline |
|
inline |
|
inline |
Min level to show.
|
inline |
|
inline |
|
inline |
level = LOGLEV_INFO (higher is more important
|
inline |
What types of info do we want to filter for.
|
inline |
What level of importance do we want to filter for.
|
protected |
Min Importance level to see. 0 = LOGLEV_ANY = not important.
|
protected |
Special attributes for the event. (regardless of level) similar to pszSubject?