Decorator which appends the current timestamp. More...
#include <Timestamp.hpp>
Public Member Functions | |
| void | operator() (GelfMessage &message) const |
| Decorator apply operator. More... | |
Static Public Member Functions | |
| static double | GetCurrentTime () |
| Returns the current timestamp as UnixTime. More... | |
Decorator which appends the current timestamp.
Uses UnixTime with sub-second resolution.
|
inlinestatic |
Returns the current timestamp as UnixTime.
|
inline |
Decorator apply operator.
| message | the message |