Core Library
Namespaces | Functions
Debug.cpp File Reference

Debug reporting functions. More...

#include "Common.hpp"
#include <stdio.h>
#include <stdarg.h>
#include "StringUtils.hpp"
#include "AnsiWide.hpp"

Namespaces

namespace  Core
 

The Core Library namespace.


Functions

void Core::assertFail (const char *pszExpression, const char *pszFile, uint nLine)
 The function invoked when an ASSERT fails.
void Core::traceEx (const tchar *pszFormat,...)
 Function to write a message to the debugger output.
void Core::debugWrite (const tchar *pszFormat,...)
 Write a message to the debugger stream in both Debug and Release builds.

Detailed Description

Debug reporting functions.

Author:
Chris Oldwood