MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / err>

Method err>

ProgramLog/error/error.hpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 template<>
52 constexpr bool ShouldLog<spdlog::level::err>()
53 {
54 return true;
55 }
56};
57
58#define PROGRAMLOG_ERROR_LOCATION std::source_location::current()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected