Commit Graph

10 Commits

Author SHA1 Message Date
Jonathan Campbell
3348a4dfe1 LOG::Exit 2015-10-16 08:27:02 +00:00
Jonathan Campbell
dcfdaac697 new early logging init, and command line option to show early log
messages.
2015-10-13 08:28:09 +00:00
Jonathan Campbell
fe21a85dc1 since there's a LOG class, move the init and section setup into the
class (as static function).
2015-08-19 03:23:33 -07:00
Jonathan Campbell
4c4c624825 fix LOG::operator() for non-debug builds. 2015-04-08 08:17:17 -07:00
Jonathan Campbell
b1c48ab799 new logging system. still supports "true" and "false" as setting but now
allows you to specify minimum loglevel, from debug spew up to only
errors or never at all.
2015-04-07 13:02:13 -07:00
Jonathan Campbell
ffbad0b2b3 svn mainline r3878:
Year update.
2015-01-25 21:13:25 -08:00
Jonathan Campbell
892539e56c remove GFX_ShowMsg(), pass all logging through DEBUG_ShowMsg(). Remove
conditional mapping in logging.h, LOG_MSG is now always DEBUG_ShowMsg().
Fix debug GUI code so that non-debug and debug builds always have the
[log] section and logging function. Update non-debug DEBUG_ShowMsg() to
print the message to stderr if a logfile is not provided.
2014-05-19 15:39:46 -07:00
Jonathan Campbell
810dec9214 more header cleanup 2014-03-28 23:30:14 -07:00
Jonathan Campbell
21614b8c3f toss out my copy, integrate tawoongs's daum branch code into mine,
remove what won't compile, begin work.
2013-10-14 05:07:26 -07:00
root
f331824031 port from svn 2013-07-07 20:39:49 -07:00