8#include "Arp/Base/Core/Enum.hxx"
10namespace Arp::Base::Commons::Logging
35ARP_EXPORT std::ostream& operator<<(std::ostream& os, LogLevel value);
36ARP_EXPORT std::istream& operator>>(std::istream& is, LogLevel& value);
43template<>
struct fmt::formatter<
Arp::Base::Commons::Logging::LogLevel> :
public fmt::ostream_formatter {};
Root namespace for the PLCnext API