Commit Graph

17 Commits

Author SHA1 Message Date
Allofich
c2b17e40ed Localize #include "logging.h" from dosbox.h 2021-06-09 11:11:03 +09:00
Allofich
67ebe980a7 Remove unneeded includes 2021-06-06 04:39:54 +09:00
Allofich
9294d450ec SVN r4412
Update copyright.
2021-03-06 21:18:08 +09:00
rderooy
608a657b50 Update copyright year for dosbox and dosbox-x assets and update FSF address 2020-06-25 08:42:32 +02:00
Allofich
038566362e Fix Cppcheck funcArgNamesDifferent warnings 2019-10-21 22:08:39 +09:00
Allofich
d84a812743 SVN r4183 (second half)
Update year
2019-06-03 23:01:41 +09:00
Allofich
05619dd023 SVN r4183 (first half)
Update address of FSF
2019-06-03 22:54:46 +09:00
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