1 |
#region Logging Defines |
//#region Logging Defines |
2 |
// include this any class or method that required logging, and comment-out what is not needed |
//// include this any class or method that required logging, and comment-out what is not needed |
3 |
|
|
4 |
#region Enabled logging levels |
//#region Enabled logging levels |
5 |
#define LOGGING_ENABLE_INFO |
//#define LOGGING_ENABLE_INFO |
6 |
#define LOGGING_ENABLE_WARN |
//#define LOGGING_ENABLE_WARN |
7 |
#define LOGGING_ENABLE_DEBUG |
//#define LOGGING_ENABLE_DEBUG |
8 |
#define LOGGING_ENABLE_VERBOSEDEBUG |
//#define LOGGING_ENABLE_VERBOSEDEBUG |
9 |
#define LOGGING_ENABLE_ERROR |
//#define LOGGING_ENABLE_ERROR |
10 |
#define LOGGING_ENABLE_VERBOSEERROR |
//#define LOGGING_ENABLE_VERBOSEERROR |
11 |
#define LOGGING_ENABLE_PROFILER |
//#define LOGGING_ENABLE_PROFILER |
12 |
#endregion |
//#endregion |
13 |
#endregion |
//#endregion |
14 |
//#define DISABLE_VERBOSE_DEBUG_MESSAGES_FOR_SPEED_BOOST //when defined, will not log verbose debug messages (without changeing logging flags) |
//#define DISABLE_VERBOSE_DEBUG_MESSAGES_FOR_SPEED_BOOST //when defined, will not log verbose debug messages (without changeing logging flags) |
15 |
using System; |
using System; |
16 |
using System.Collections.Generic; |
using System.Collections.Generic; |