--- trunk/RomCheater/RomCheaterConfigDialog.cs 2014/04/15 14:58:01 813 +++ trunk/RomCheater/RomCheaterConfigDialog.cs 2014/04/15 15:58:50 814 @@ -1,16 +1,16 @@ -#region Logging Defines -// include this any class or method that required logging, and comment-out what is not needed +//#region Logging Defines +//// include this any class or method that required logging, and comment-out what is not needed -#region Enabled logging levels -#define LOGGING_ENABLE_INFO -#define LOGGING_ENABLE_WARN -#define LOGGING_ENABLE_DEBUG -#define LOGGING_ENABLE_VERBOSEDEBUG -#define LOGGING_ENABLE_ERROR -#define LOGGING_ENABLE_VERBOSEERROR -#define LOGGING_ENABLE_PROFILER -#endregion -#endregion +//#region Enabled logging levels +//#define LOGGING_ENABLE_INFO +//#define LOGGING_ENABLE_WARN +//#define LOGGING_ENABLE_DEBUG +//#define LOGGING_ENABLE_VERBOSEDEBUG +//#define LOGGING_ENABLE_ERROR +//#define LOGGING_ENABLE_VERBOSEERROR +//#define LOGGING_ENABLE_PROFILER +//#endregion +//#endregion //#define DISABLE_VERBOSE_DEBUG_MESSAGES_FOR_SPEED_BOOST //when defined, will not log verbose debug messages (without changeing logging flags) using System; using System.Collections.Generic;