Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
Core class that represents the behaviour of the log classes. More...
Public Member Functions | |
virtual void | EnableStdReplication (bool enable)=0 |
virtual bool | IsStdReplicationEnabled () const =0 |
virtual void | Write (const String &string)=0 |
virtual void | WriteError (ErrorType type, const String &error, unsigned int line=0, const char *file=nullptr, const char *function=nullptr) |
Writes the error in StringStream. More... | |
Core class that represents the behaviour of the log classes.
|
virtual |
Writes the error in StringStream.
type | Enumeration of type ErrorType |
error | String describing the error |
line | Line number in the file |
file | Filename |
function | Name of the function throwing the error |
Reimplemented in Nz::FileLogger, and Nz::StdLogger.