10#ifndef _LOG4SHIB_TIMESTAMP_HH
11#define _LOG4SHIB_TIMESTAMP_HH
31 TimeStamp(
unsigned int seconds,
unsigned int microSeconds = 0);
#define LOG4SHIB_EXPORT
Definition Export.hh:11
int getMicroSeconds() const
Returns the subsecond part of the TimeStamp in microseconds.
Definition TimeStamp.hh:53
static const TimeStamp & getStartTime()
Returns a TimeStamp representing the time at which the application started.
Definition TimeStamp.hh:61
static TimeStamp _startStamp
Definition TimeStamp.hh:66
int _microSeconds
Definition TimeStamp.hh:69
int getMilliSeconds() const
Returns the 'subseconds' part of the TimeStamp in milliseconds, getMilliSeconds() == getMicroSeconds(...
Definition TimeStamp.hh:44
int _seconds
Definition TimeStamp.hh:68
int getSeconds() const
Returns the 'seconds' part of the TimeStamp.
Definition TimeStamp.hh:36
TimeStamp()
Constructs a TimeStamp representing 'now'.
Definition TimeStamp.cpp:28
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16