mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Add file logging to local application data directory
This commit is contained in:
parent
41d47878e3
commit
32cd672a40
6 changed files with 255 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue