mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
bugfix
This commit is contained in:
@@ -62,6 +62,7 @@ public:
|
||||
void close()
|
||||
{
|
||||
std::fclose(_fd);
|
||||
_fd = nullptr;
|
||||
}
|
||||
|
||||
void write(const log_msg& msg)
|
||||
|
Reference in New Issue
Block a user