memgraph/src/logging/levels.cpp

8 lines
196 B
C++
Raw Normal View History

#include "levels.hpp"
std::string Trace::text = "TRACE";
std::string Debug::text = "DEBUG";
std::string Info::text = "INFO";
std::string Warn::text = "WARN";
std::string Error::text = "ERROR";