8#include "Arp/System/Core/TypeName.hxx"
9#include "Arp/System/Commons/Diagnostics/Logging/LoggerBase.hxx"
11namespace Arp {
namespace System {
namespace Commons {
namespace Diagnostics {
namespace Logging
15template<
typename T,
bool,
bool>
class Loggable;
17template<
class T =
void>
21 template<
typename K,
bool,
bool>
friend class Loggable;
60 Logger(
const char* pLoggerName)
Definition: Loggable.hxx:20
Definition: LoggerBase.hxx:26
Definition: Logger.hxx:19
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API