8#include "Arp/Base/Core/CommonTypeName.hxx" 
    9#include "Arp/System/Commons/Diagnostics/Logging/LoggerBase.hpp" 
   10namespace Arp { 
namespace System { 
namespace Commons { 
namespace Diagnostics { 
namespace Logging
 
   14template<
class T = 
void>
 
This (meta programming) class provides the type-name according the CLS (common language specification...
Definition: CommonTypeName.hxx:33
 
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
 
This class shall be used as base class for all Logger.
Definition: LoggerBase.hpp:22
 
This class might be used for logging while the typename of the T  determines the logger name.
Definition: Logger.hxx:16
 
Logger(void)
Constructs an Logger instance while using the common typename of T  as logger name.
Definition: Logger.hxx:29
 
Root namespace for the PLCnext API