Flushing logging.

This commit is contained in:
Ben Vanik 2013-05-23 00:26:55 -07:00
parent 1a01d365b5
commit 6bde04de26
1 changed files with 1 additions and 0 deletions

View File

@ -53,5 +53,6 @@ void xe_log_line(const char* file_path, const uint32_t line_number,
}
#else
XEIGNORE(fprintf(stdout, outfmt, level_char, filename, line_number, buffer));
fflush(stdout);
#endif // OutputDebugString
}