ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs
(Generate patch)

Comparing trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs (file contents):
Revision 440 by william, Tue May 28 19:10:10 2013 UTC vs.
Revision 443 by william, Tue May 28 20:44:13 2013 UTC

--- trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs	2013/05/28 19:10:10	440
+++ trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs	2013/05/28 20:44:13	443
@@ -1,4 +1,18 @@
-using System;
+#region Logging Defines
+// include this any class or method that required logging, and comment-out what is not needed
+#define LOGGING_ENABLED // this is only valid within the logger class
+#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.ComponentModel;
 using System.Data;