PLCnext API Documentation 25.0.2.69
|
Derive from this class to inherit logging functionality. More...
#include <Loggable.hxx>
Static Protected Attributes | |
static Logger< T > | log |
Derive from this class to inherit logging functionality.
T | The type of the subclass which is derived from this type to inherit a specialized logger. |
When deriving from this class, the sub class inherits a static Logger instance called log
. The logger is named by the common typename of the subclass. The template parameter IsSingleton
determines if the subclass is a singleton. The template parameter IsStaticClass
determines if the subclass is a pure static class and never instantiated.