Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.CorePlugins/Config/GenericConfig.cs 2012/06/21 21:35:08 413 +++ trunk/RomCheater.CorePlugins/Config/GenericConfig.cs 2012/06/22 08:21:18 414 @@ -1,4 +1,16 @@ -#define DISALLOW_VERBOSE_LOGGING // when defined will disallow verbose logging for performance reasons +#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 using System; using System.Collections.Generic; using System.Linq;
ViewVC Help | |
Powered by ViewVC 1.1.22 |