PLCnext API Documentation  22.0.0.43
Public Member Functions | List of all members
Arp::System::Commons::Diagnostics::Logging::LogInfo Class Reference

Public Member Functions

 LogInfo (const log4cplus::spi::InternalLoggingEvent &logEvent)
 Constructs an LogEvent instance. More...
 
 LogInfo (const LogInfo &arg)=default
 Copy constructor. More...
 
 LogInfo (LogInfo &&arg)=default
 Move constructor. More...
 
LogInfooperator= (const LogInfo &arg)=default
 Copy-assignment operator. More...
 
LogInfooperator= (LogInfo &&arg)=default
 Move-assignment operator. More...
 
 ~LogInfo (void)=default
 Destructs this instance and frees all resources. More...
 
DateTime GetTimestamp (void) const
 
LogLevel GetSeverity (void) const
 
String GetLoggerName (void) const
 
String GetMessage (void) const
 

Constructor & Destructor Documentation

◆ LogInfo() [1/3]

Arp::System::Commons::Diagnostics::Logging::LogInfo::LogInfo ( const log4cplus::spi::InternalLoggingEvent &  logEvent)

Constructs an LogEvent instance.

◆ LogInfo() [2/3]

Arp::System::Commons::Diagnostics::Logging::LogInfo::LogInfo ( const LogInfo arg)
default

Copy constructor.

◆ LogInfo() [3/3]

Arp::System::Commons::Diagnostics::Logging::LogInfo::LogInfo ( LogInfo &&  arg)
default

Move constructor.

◆ ~LogInfo()

Arp::System::Commons::Diagnostics::Logging::LogInfo::~LogInfo ( void  )
default

Destructs this instance and frees all resources.

Member Function Documentation

◆ operator=() [1/2]

LogInfo& Arp::System::Commons::Diagnostics::Logging::LogInfo::operator= ( const LogInfo arg)
default

Copy-assignment operator.

◆ operator=() [2/2]

LogInfo& Arp::System::Commons::Diagnostics::Logging::LogInfo::operator= ( LogInfo &&  arg)
default

Move-assignment operator.


The documentation for this class was generated from the following file: