dolphin/Source/Plugins/Plugin_Wiimote/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
..
Config.cpp Emulated Wiimote IR Pointer Ini File: Name change from Emulated to Default 2009-02-26 00:50:36 +00:00
Config.h Emulated Wiimote IR pointer: Made it compatible with the new aspect ratio options in the OpenGL plugin. It will now load the same settings that the OpenGL plugin use. So if you change the settings there, you'll have to open the Wiimote configuration window so that the new settings are loaded for it to. 2009-02-26 00:11:51 +00:00
ConfigDlg.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
ConfigDlg.h Emulated Wiimote IR pointer: Made it compatible with the new aspect ratio options in the OpenGL plugin. It will now load the same settings that the OpenGL plugin use. So if you change the settings there, you'll have to open the Wiimote configuration window so that the new settings are loaded for it to. 2009-02-26 00:11:51 +00:00
ConfigGamepad.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
ConfigRecording.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
DataReports.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
EmuDefinitions.cpp Emulated Wiimote: Collected all system specific keyboard input functions to one multi system function 2009-02-15 22:23:59 +00:00
EmuDefinitions.h Emulated Wiimote IR pointer: Made it compatible with the new aspect ratio options in the OpenGL plugin. It will now load the same settings that the OpenGL plugin use. So if you change the settings there, you'll have to open the Wiimote configuration window so that the new settings are loaded for it to. 2009-02-26 00:11:51 +00:00
EmuDynamics.cpp Emulated Wiimote: Fixed the Classic Controller left and right analog triggers, and the right stick 2009-02-24 18:37:53 +00:00
EmuMain.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
EmuMain.h Emulated Wiimote: Fixed the Classic Controller left and right analog triggers, and the right stick 2009-02-24 18:37:53 +00:00
EmuPad.cpp Linux build fixes and some warning cleanup for GCC 2009-02-24 05:20:52 +00:00
EmuSubroutines.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
EmuSubroutines.h Wiimote: 2009-02-07 03:16:41 +00:00
Encryption.cpp Wiimote: Show the decrypted Nunchuck calibration values in the log when a real Wiimote and Nunchuck is used. Fixed an earlier bug that made the neutral emulated nunchuck accelerometer values zero, now they are back to 0x80,0x80,0xb3. 2009-02-04 06:40:05 +00:00
Encryption.h Linux build fixes and some warning cleanup for GCC 2009-02-24 05:20:52 +00:00
FillReport.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
Logging.cpp Update svn:eol-style=native ( r1442 ) for Source/*.cpp 2009-02-23 06:15:48 +00:00
Logging.h Linux build fixes and some warning cleanup for GCC 2009-02-24 05:20:52 +00:00
main.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
main.h Emulated Wiimote: Added Classic Controller analog gamepad support, and added its keyboard configuration to the GUI 2009-02-24 02:40:17 +00:00
ReadWiimote.cpp Update svn:eol-style=native ( r1442 ) for Source/*.cpp 2009-02-23 06:15:48 +00:00
SConscript try to fix nowx wiimote 2009-02-17 22:06:40 +00:00
wiimote_hid.h Emulated Wiimote: Fixed the Classic Controller left and right analog triggers, and the right stick 2009-02-24 18:37:53 +00:00
wiimote_real.cpp restructured NAND application loading... it isn't complete but an improvement 2009-02-27 23:44:15 +00:00
wiimote_real.h Wiimote: 2009-02-07 03:16:41 +00:00