mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
Fixed console traits
This commit is contained in:
@@ -25,7 +25,7 @@ struct console_stderr_trait
|
||||
{
|
||||
static FILE *stream()
|
||||
{
|
||||
return stdout;
|
||||
return stderr;
|
||||
}
|
||||
#ifdef _WIN32
|
||||
static HANDLE handle()
|
||||
|
||||
Reference in New Issue
Block a user