Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
This is the complete list of members for Nz::Log, including all inherited members.
Core (defined in Nz::Log) | Nz::Log | friend |
Enable(bool enable) | Nz::Log | static |
GetLogger() | Nz::Log | static |
IsEnabled() | Nz::Log | static |
NazaraStaticSignal(OnLogWrite, const String &) (defined in Nz::Log) | Nz::Log | |
NazaraStaticSignal(OnLogWriteError, ErrorType, const String &, unsigned int, const char *, const char *) (defined in Nz::Log) | Nz::Log | |
SetLogger(AbstractLogger *logger) | Nz::Log | static |
Write(const String &string) | Nz::Log | static |
WriteError(ErrorType type, const String &error, unsigned int line=0, const char *file=nullptr, const char *function=nullptr) | Nz::Log | static |