Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

/include/ZE_Error.h File Reference


Detailed Description

File Header:
File: ZE_Error.h
Description: Header file for ZEngine Error Handling Functions.
Author(s): James Turk
Id
ZE_Error.h,v 1.3 2002/12/05 00:00:42 cozman Exp

Definition file for ZEngine Error Logging + Formatting functions which are used for internal and external errors.

#include "ZE_Includes.h"

Go to the source code of this file.

Namespaces

namespace  ZE

Defines

#define GetError(str)   _GetError(__LINE__,__FILE__,str)
#define LogError(str)   _LogError(__LINE__,__FILE__,str)


Define Documentation

#define GetError str       _GetError(__LINE__,__FILE__,str)
 

Creates a string about an error, telling what file it occured in and where, and gives a user defined string as well.

#define LogError str       _LogError(__LINE__,__FILE__,str)
 

Logs a string about an error, telling what file it occured in and where, and gives a user defined string as well.


Generated on Sat Dec 21 23:20:23 2002 for ZEngine by doxygen1.3-rc2