18#ifndef _LOG4CXX_SPI_LOGGING_EVENT_H
19#define _LOG4CXX_SPI_LOGGING_EVENT_H
34class ObjectOutputStream;
114 static log4cxx_time_t getStartTime();
127 log4cxx_time_t getTimeStamp() const;
129 std::chrono::time_point<std::chrono::system_clock> getChronoTimeStamp() const;
176 void getMDCCopy() const;
199 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(LoggingEventPrivate, m_priv)
206 static const
LogString& getCurrentThreadName();
207 static const
LogString& getCurrentThreadUserName();
base class for java-like objects.
Definition: object.h:106
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
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:32
LOG4CXX_LIST_DEF(AppenderList, AppenderPtr)
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:158
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:43
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146