CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LogBufferEntry Struct Reference

#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
 

Detailed Description

Definition at line 118 of file logging_internal.h.

Constructor & Destructor Documentation

LogBufferEntry::LogBufferEntry ( LogSource  s,
int  m,
const std::string &  msg 
)
inline

Definition at line 119 of file logging_internal.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: