PLCnext API Documentation 25.0.2.69
|
This class is used to forward log events from LogEngine. More...
#include <LogEvent.hpp>
Public Types | |
using | Impl = const Log4Arp::LogEvent |
Public Member Functions | |
LogEvent (const Impl &logEvent) | |
Constructs an LogEvent instance. More... | |
LogEvent (const LogEvent &arg) | |
Default copy constructor. | |
LogEvent (LogEvent &&arg) noexcept | |
Default move constructor. | |
LogEvent & | operator= (const LogEvent &arg)=delete |
LogEvent & | operator= (LogEvent &&arg) noexcept=delete |
~LogEvent (void) | |
Default destructor. | |
DateTime | GetTimestamp (void) const |
LogLevel | GetSeverity (void) const |
String | GetLoggerName (void) const |
String | GetMessage (void) const |
Impl & | GetImpl (void) |
For internal use only. | |
const Impl & | GetImpl (void) const |
This class is used to forward log events from LogEngine.
This class is used to forward log events from delegates which are subscribed by LogManager::AddLogEventDelegate
|
explicit |
Constructs an LogEvent instance.
logEvent | The internal log event to be adapted. |