MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / ShouldLog

Function ShouldLog

ProgramLog/error/error.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39 template<spdlog::level::level_enum level>
40 inline bool ShouldLog()
41 {
42 return impl::ShouldLogInternal(level);
43 }
44
45 template<>
46 constexpr bool ShouldLog<spdlog::level::critical>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected