CernVM-FS
2.12.0
|
#include <logging_internal.h>
Public Member Functions | |
LogBufferEntry (LogSource s, int m, const std::string &msg) | |
Public Attributes | |
time_t | timestamp |
LogSource | source |
int | mask |
std::string | message |
Definition at line 118 of file logging_internal.h.
|
inline |
Definition at line 119 of file logging_internal.h.
int LogBufferEntry::mask |
Definition at line 124 of file logging_internal.h.
std::string LogBufferEntry::message |
Definition at line 125 of file logging_internal.h.
LogSource LogBufferEntry::source |
Definition at line 123 of file logging_internal.h.
time_t LogBufferEntry::timestamp |
Definition at line 122 of file logging_internal.h.