Go to the documentation of this file.
47 #ifndef INCLUDED_AI_NULLLOGGER_H
48 #define INCLUDED_AI_NULLLOGGER_H
91 (void)pStream; (void)severity;
97 (void)pStream; (void)severity;
104 #endif // !! AI_NULLLOGGER_H_INCLUDED
CPP-API: Empty logging implementation.
Definition: NullLogger.hpp:60
void OnInfo(const char *message)
Logs an info message.
Definition: NullLogger.hpp:75
void OnWarn(const char *message)
Logs a warning message.
Definition: NullLogger.hpp:80
void OnDebug(const char *message)
Logs a debug message.
Definition: NullLogger.hpp:65
bool attachStream(LogStream *pStream, unsigned int severity)
Detach a still attached stream from logger.
Definition: NullLogger.hpp:90
void OnError(const char *message)
Logs an error message.
Definition: NullLogger.hpp:85
CPP-API: Abstract interface for logger implementations. Assimp provides a default implementation and ...
Definition: Logger.hpp:68
void OnVerboseDebug(const char *message)
Logs a verbose debug message.
Definition: NullLogger.hpp:70
bool detachStream(LogStream *pStream, unsigned int severity)
Detach a still attached stream from logger.
Definition: NullLogger.hpp:96
CPP-API: Abstract interface for log stream implementations.
Definition: LogStream.hpp:65
Abstract base class 'Logger', base of the logging system.
Definition: ai_assert.h:50