mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
bugfix
This commit is contained in:
parent
ae9d88dbb3
commit
cda4b9b4d5
@ -62,6 +62,7 @@ public:
|
||||
void close()
|
||||
{
|
||||
std::fclose(_fd);
|
||||
_fd = nullptr;
|
||||
}
|
||||
|
||||
void write(const log_msg& msg)
|
||||
|
Loading…
Reference in New Issue
Block a user