The Debug Levels of the C-DEngine
Namespace:
nsCDEngine.BaseClasses
Assembly:
C-DEngine (in C-DEngine.dll)
public enum eDEBUG_LEVELS
Public Enumeration eDEBUG_LEVELS
public enum class eDEBUG_LEVELS
| Member name | Description |
---|
| OFF |
No Debug Information
|
| ESSENTIALS |
Only show essential information
|
| VERBOSE |
Shows more information
|
| FULLVERBOSE |
Shows very detailed information
|
| EVERYTHING |
Very chatty verbose information - use only with caution since the log can slow down a node
|