PLCnext API Documentation 25.0.2.69
|
Namespace for logging classes More...
Classes | |
class | LogEvent |
This class is used to forward log events from LogEngine. More... | |
class | Loggable |
Derive from this class to inherit logging functionality. More... | |
class | Loggable< T, false, true > |
Derive any pure static class from this class to inherit logging functionality. More... | |
class | Loggable< T, true > |
Derive any singleton class from this class to inherit logging functionality. More... | |
class | Logger |
This class might be used for logging while the typename of the T determines the logger name. More... | |
class | Logger< void > |
This class might be used for logging with an explicitly specified the logger name. More... | |
class | LoggerBase |
This class shall be used as base class for all Logger. More... | |
class | LogManager |
This singleton class is used to initialize and configure the Arp logging. More... | |
class | LogSettings |
This class is used to compound all log settings of the application for initializing the log engine. More... | |
Typedefs | |
using | LogLevelAdapter = Arp::System::Commons::Diagnostics::Logging::Internal::LogLevelAdapter |
Namespace for logging classes