45 #ifndef INCLUDED_AI_NULLLOGGER_H 46 #define INCLUDED_AI_NULLLOGGER_H 82 (void)pStream; (void)severity;
88 (void)pStream; (void)severity;
95 #endif // !! AI_NULLLOGGER_H_INCLUDED Assimp's CPP-API and all internal APIs.
Definition: DefaultLogger.hpp:51
void OnDebug(const char *message)
Logs a debug message.
Definition: NullLogger.hpp:61
CPP-API: Empty logging implementation.
Definition: NullLogger.hpp:55
bool attachStream(LogStream *pStream, unsigned int severity)
Detach a still attached stream from logger.
Definition: NullLogger.hpp:81
void OnInfo(const char *message)
Logs an info message.
Definition: NullLogger.hpp:66
void OnError(const char *message)
Logs an error message.
Definition: NullLogger.hpp:76
Abstract base class 'Logger', base of the logging system.
CPP-API: Abstract interface for log stream implementations.
Definition: LogStream.hpp:56
bool detatchStream(LogStream *pStream, unsigned int severity)
Detach a still attached stream from logger.
Definition: NullLogger.hpp:87
void OnWarn(const char *message)
Logs a warning message.
Definition: NullLogger.hpp:71
CPP-API: Abstract interface for logger implementations.
Definition: Logger.hpp:59