AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Debug

Classes

class  CzDebug
 Error logging class. More...

Defines

#define CZ_DEBUG_TRACE_NONE   0
#define CZ_DEBUG_TRACE_MIN   1
#define CZ_DEBUG_TRACE_MAX   2
#define CZ_DEBUG_CHANNEL_NONE   0
#define CZ_DEBUG_CHANNEL_INFO   1
#define CZ_DEBUG_CHANNEL_WARNING   2
#define CZ_DEBUG_CHANNEL_ERROR   3

Variables

int g_CzShowTracing
 The level of debug tracing output to display.

Define Documentation

#define CZ_DEBUG_CHANNEL_ERROR   3
#define CZ_DEBUG_CHANNEL_INFO   1
#define CZ_DEBUG_CHANNEL_NONE   0
#define CZ_DEBUG_CHANNEL_WARNING   2
#define CZ_DEBUG_TRACE_MAX   2
#define CZ_DEBUG_TRACE_MIN   1
#define CZ_DEBUG_TRACE_NONE   0

Variable Documentation

The level of debug tracing output to display.

The followin lecvels are available:

  • 0 - No debug tracing at all
  • 1 - Minimal debug trace output
  • 2 - Maximum debug trace output (default)