MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getDefaultLogLevel

Function getDefaultLogLevel

include/eepp/system/log.hpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 static std::unordered_map<std::string, LogLevel> getMapFlag();
36
37 static constexpr LogLevel getDefaultLogLevel() {
38#ifdef EE_DEBUG
39 return LogLevel::Debug;
40#else
41 return LogLevel::Info;
42#endif
43 }
44
45 static Log* create( const std::string& logPath, const LogLevel& level, bool stdOutLog,
46 bool liveWrite );

Callers 2

mainFunction · 0.85
log.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected