Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Main.cs 2012/06/21 21:35:08 413 +++ trunk/RomCheater/Main.cs 2012/06/22 08:21:18 414 @@ -1,4 +1,17 @@ -#define FORCE_ALL_LOGGING_FLAGS // when defined will force logging flags to ALL +#region Logging Defines +// include this any class or method that required logging, and comment-out what is not needed +#define LOGGING_ENABLED +#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 FORCE_ALL_LOGGING_FLAGS // when defined will force logging flags to ALL #define SHOW_DEBUG_MENU // when defined will show the debug menu or else it will be hidden using System; using System.Collections.Generic;
ViewVC Help | |
Powered by ViewVC 1.1.22 |