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
CzDebug.cpp File Reference
#include "IzPlatformSys.h"
#include "CzDebug.h"
#include "CzString.h"
#include "CzFile.h"

Variables

int g_CzShowTracing = 2
 The level of debug tracing output to display.
const char * g_CzChannelName []
 The debug channel prefix names table.

Variable Documentation

const char* g_CzChannelName[]
Initial value:
 
{
    "", 
    "Info: ", 
    "Warning: ", 
    "Error: ", 
}

The debug channel prefix names table.