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) |
|
Creates a string about an error, telling what file it occured in and where, and gives a user defined string as well. |
|
Logs a string about an error, telling what file it occured in and where, and gives a user defined string as well. |