18#ifndef _LOG4CXX_SPI_LOGGING_EVENT_H
19#define _LOG4CXX_SPI_LOGGING_EVENT_H
34class ObjectOutputStream;
96 static log4cxx_time_t getStartTime();
109 log4cxx_time_t getTimeStamp() const;
111 std::chrono::time_point<std::chrono::system_clock> getChronoTimeStamp() const;
158 void getMDCCopy() const;
181 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(LoggingEventPrivate, m_priv)
188 static const
LogString& getCurrentThreadName();
189 static const
LogString& getCurrentThreadUserName();
base class for java-like objects.
Definition: object.h:105
This class represents the location of a logging statement.
Definition: locationinfo.h:46
The internal representation of logging events.
Definition: loggingevent.h:51
spi::KeySet KeySet
Definition: loggingevent.h:58
LOG4CXX_LIST_DEF(HierarchyEventListenerList, HierarchyEventListenerPtr)
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:32
Definition: configuration.h:25
std::basic_string< logchar > LogString
Definition: logstring.h:60
std::shared_ptr< Level > LevelPtr
Definition: optionconverter.h:28
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:157
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:151
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:42
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:145