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

Function LogFilePath

FastCopy/DebugLogger.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11static const std::string LogFilePath()
12{
13 auto const localFolderPath = winrt::Windows::Storage::ApplicationData::Current().LocalFolder().Path() + LR"(\log.txt)";
14 return winrt::to_string(localFolderPath);
15}
16
17Logger::Logger() : m_logger{spdlog::rotating_logger_st("testLogger", LogFilePath(), 102400, 1)}
18{

Callers 1

LoggerMethod · 0.85

Calls 1

PathMethod · 0.80

Tested by

no test coverage detected