Add file logging to local application data directory

This commit is contained in:
Dan Paulat 2024-06-01 00:01:35 -05:00
parent 41d47878e3
commit 32cd672a40
6 changed files with 255 additions and 47 deletions

View file

@ -21,6 +21,7 @@ namespace Logger
{
void Initialize();
void AddFileSink(const std::string& baseFilename);
std::shared_ptr<spdlog::logger> Create(const std::string& name);
} // namespace Logger