(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'.

This commit is contained in:
rubidium
2009-09-09 15:11:46 +00:00
parent a807026336
commit 324389cf0b
5 changed files with 40 additions and 6 deletions

View File

@@ -93,4 +93,6 @@ const char *GetDebugString();
void ShowInfo(const char *str);
void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2);
const char *GetLogPrefix();
#endif /* DEBUG_H */