dolphin/Source/Core
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
..
Common an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
Core an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
DebuggerWX an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
DiscIO fix JAP Wii game name/description display 2009-02-28 18:44:39 +00:00
DolphinWX compile fix linux 2009-03-01 12:39:21 +00:00
InputCommon Linux build fixes and some warning cleanup for GCC 2009-02-24 05:20:52 +00:00
VideoCommon an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00