dolphin/Source/Core/DebuggerWX/Src
nakeee 4e9746877e an attempt to clean up the logging a bit
1) The new ERROR, WARN, INFO, DEBUG _LOG macros were used 
	ERROR,   // Bad errors - that still don't deserve a PanicAlert.
	WARNING, // Something is suspicious.
	INFO,    // General information.
	DEBUG,   // Strictly for detailed debugging - might make things slow.
2) Made all LOG macro use into some of the logging level supporting macros
LOG is commented out on linux can someone try it on windows? (it's in Log.h)
3) Added ERROR_lOG next to each panic alert

I hope I helped making the logs a bit more useful/readble



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2510 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-02 01:49:16 +00:00
..
BreakPointDlg.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
BreakPointDlg.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
BreakpointView.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
BreakpointView.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
BreakpointWindow.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
BreakpointWindow.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
CodeView.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
CodeView.h Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
CodeWindow.cpp Hopefully make the callstack more accurate 2009-02-23 21:27:58 +00:00
CodeWindow.h Hopefully make the callstack more accurate 2009-02-23 21:27:58 +00:00
CodeWindowSJP.cpp Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
Debugger.h Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
JitWindow.cpp Introduce JitCommon folder to share things between the two jits. 2009-02-23 20:29:55 +00:00
JitWindow.h Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
LogWindow.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
LogWindow.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MemoryCheckDlg.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
MemoryCheckDlg.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
MemoryView.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
MemoryView.h Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
MemoryWindow.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
MemoryWindow.h Debugger: add a tiny function, dump main memory to a file, mainram.dump in .\User\Cache\, 2009-01-21 17:02:01 +00:00
RegisterView.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
RegisterView.h Improve register view window (now shows fp, various special regs). If the window is too small, delete the RegisterView section in your Debugger.ini. 2009-01-20 19:15:33 +00:00
RegisterWindow.cpp Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
RegisterWindow.h Allow changing of the debugger font and some cleanup 2009-02-06 18:18:20 +00:00
SConscript Some warning and code cleanup. 2009-01-24 00:45:46 +00:00