8#include "Arp/Base/Commons/Logging/LogLevel.hpp"
12using Arp::Base::Commons::Logging::LogLevel;
16#ifdef ARP_DISABLE_CODE
18namespace Arp {
namespace System {
namespace Commons {
namespace Diagnostics {
namespace Logging
43ARP_EXPORT std::ostream& operator<<(std::ostream& os, LogLevel value);
44ARP_EXPORT std::istream& operator>>(std::istream& is, LogLevel& value);
51template<>
struct fmt::formatter<
Arp::System::Commons::Diagnostics::Logging::LogLevel> :
public fmt::ostream_formatter {};
Namespace for logging classes
Root namespace for the PLCnext API