MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Logger

Method Logger

FastCopy/DebugLogger.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17Logger::Logger() : m_logger{spdlog::rotating_logger_st("testLogger", LogFilePath(), 102400, 1)}
18{
19 m_logger->set_pattern("[%H:%M:%S.%e] [%l] [t:%t] [%!:%#] %v");
20 m_logger->flush_on(spdlog::level::info);
21}

Callers

nothing calls this directly

Calls 1

LogFilePathFunction · 0.85

Tested by

no test coverage detected