Flushing logging.
This commit is contained in:
@@ -53,5 +53,6 @@ void xe_log_line(const char* file_path, const uint32_t line_number,
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
XEIGNORE(fprintf(stdout, outfmt, level_char, filename, line_number, buffer));
|
XEIGNORE(fprintf(stdout, outfmt, level_char, filename, line_number, buffer));
|
||||||
|
fflush(stdout);
|
||||||
#endif // OutputDebugString
|
#endif // OutputDebugString
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user