2
0
mirror of https://github.com/gabime/spdlog.git synced 2024-12-27 08:20:53 +08:00
This commit is contained in:
gabi 2014-10-29 00:14:54 +02:00
parent ae9d88dbb3
commit cda4b9b4d5

View File

@ -62,6 +62,7 @@ public:
void close()
{
std::fclose(_fd);
_fd = nullptr;
}
void write(const log_msg& msg)