CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tracer::BufferEntry Struct Reference
Collaboration diagram for Tracer::BufferEntry:

Public Attributes

timeval time_stamp
 
int code
 
PathString path
 
std::string msg
 

Detailed Description

Contents of a single log line.

Definition at line 83 of file tracer.h.

Member Data Documentation

int Tracer::BufferEntry::code

arbitrary code, negative codes are reserved for internal use.

Definition at line 91 of file tracer.h.

Referenced by Tracer::MainFlush().

std::string Tracer::BufferEntry::msg

Definition at line 93 of file tracer.h.

Referenced by Tracer::MainFlush().

PathString Tracer::BufferEntry::path

The path that is subject to the trace

Definition at line 92 of file tracer.h.

Referenced by Tracer::MainFlush().

timeval Tracer::BufferEntry::time_stamp

This is currently with milliseconds precision (using gettimeofday).

Definition at line 87 of file tracer.h.

Referenced by Tracer::MainFlush().


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