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

/home/James/ZEngine-dev/include/ZE_Error.h File Reference


Detailed Description

File Header:
File: Util/ZE_Error.h
Description: Header file for ZEngine Error Handling Functions.
Author(s): James Turk
Last Updated: 9/8/02

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 Wed Nov 20 01:18:05 2002 for ZEngine by doxygen1.3-rc1