7 #ifndef NAZARA_STDLOGGER_HPP 8 #define NAZARA_STDLOGGER_HPP 10 #include <Nazara/Prerequesites.hpp> 11 #include <Nazara/Core/AbstractLogger.hpp> 23 void EnableStdReplication(
bool enable)
override;
25 bool IsStdReplicationEnabled()
const override;
27 void Write(
const String&
string)
override;
28 void WriteError(ErrorType type,
const String& error,
unsigned int line = 0,
const char* file =
nullptr,
const char*
function =
nullptr)
override;
35 #endif // NAZARA_STDLOGGER_HPP TODO: Inherit SoundEmitter from Node.
Definition: Algorithm.hpp:12
Core class that represents a logger writing to standard output (stdout, stderr)
Definition: StdLogger.hpp:15
Core class that represents a string.
Definition: String.hpp:22
Core class that represents the behaviour of the log classes.
Definition: AbstractLogger.hpp:15