DABC (Data Acquisition Backbone Core)  2.9.9
Public Member Functions | Data Fields
dabc::LoggerEntry Class Reference

Public Member Functions

 LoggerEntry (const char *fname, const char *funcname, unsigned line, int lvl)
 
 ~LoggerEntry ()
 

Data Fields

unsigned fCounter
 
unsigned fDropCnt
 
std::string fFileName
 
std::string fFuncName
 
std::string fLastMsg
 
TimeStamp fLastTm
 
int fLevel
 
unsigned fLine
 
time_t fMsgTime
 
bool fShown
 

Detailed Description

Definition at line 41 of file logging.cxx.

Constructor & Destructor Documentation

◆ LoggerEntry()

dabc::LoggerEntry::LoggerEntry ( const char *  fname,
const char *  funcname,
unsigned  line,
int  lvl 
)
inline

Definition at line 54 of file logging.cxx.

◆ ~LoggerEntry()

dabc::LoggerEntry::~LoggerEntry ( )
inline

Definition at line 68 of file logging.cxx.

Field Documentation

◆ fFileName

std::string dabc::LoggerEntry::fFileName

Definition at line 43 of file logging.cxx.

◆ fFuncName

std::string dabc::LoggerEntry::fFuncName

Definition at line 44 of file logging.cxx.

◆ fLine

unsigned dabc::LoggerEntry::fLine

Definition at line 45 of file logging.cxx.

◆ fLevel

int dabc::LoggerEntry::fLevel

Definition at line 46 of file logging.cxx.

◆ fCounter

unsigned dabc::LoggerEntry::fCounter

Definition at line 47 of file logging.cxx.

◆ fMsgTime

time_t dabc::LoggerEntry::fMsgTime

Definition at line 48 of file logging.cxx.

◆ fLastMsg

std::string dabc::LoggerEntry::fLastMsg

Definition at line 49 of file logging.cxx.

◆ fLastTm

TimeStamp dabc::LoggerEntry::fLastTm

Definition at line 50 of file logging.cxx.

◆ fDropCnt

unsigned dabc::LoggerEntry::fDropCnt

Definition at line 51 of file logging.cxx.

◆ fShown

bool dabc::LoggerEntry::fShown

Definition at line 52 of file logging.cxx.


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