46 #ifndef INCLUDED_AI_NULLLOGGER_H 47 #define INCLUDED_AI_NULLLOGGER_H 85 (void)pStream; (void)severity;
91 (void)pStream; (void)severity;
98 #endif // !! AI_NULLLOGGER_H_INCLUDED Assimp's CPP-API and all internal APIs.
Definition: DefaultIOStream.h:51
void OnDebug(const char *message)
Logs a debug message.
Definition: NullLogger.hpp:64
CPP-API: Empty logging implementation.
Definition: NullLogger.hpp:58
bool attachStream(LogStream *pStream, unsigned int severity)
Detach a still attached stream from logger.
Definition: NullLogger.hpp:84
void OnInfo(const char *message)
Logs an info message.
Definition: NullLogger.hpp:69
void OnError(const char *message)
Logs an error message.
Definition: NullLogger.hpp:79
Abstract base class 'Logger', base of the logging system.
CPP-API: Abstract interface for log stream implementations.
Definition: LogStream.hpp:60
bool detatchStream(LogStream *pStream, unsigned int severity)
Detach a still attached stream from logger.
Definition: NullLogger.hpp:90
void OnWarn(const char *message)
Logs a warning message.
Definition: NullLogger.hpp:74
CPP-API: Abstract interface for logger implementations.
Definition: Logger.hpp:62