Assimp
v2.0 (November 2010)
|
CPP-API: Empty logging implementation. More...
Inherits Assimp::Logger.
Public Member Functions | |
bool | attachStream (LogStream *pStream, unsigned int severity) |
Detach a still attached stream from logger. | |
bool | detatchStream (LogStream *pStream, unsigned int severity) |
Detach a still attached stream from logger. | |
void | OnDebug (const char *message) |
Logs a debug message. | |
void | OnError (const char *message) |
Logs an error message. | |
void | OnInfo (const char *message) |
Logs an info message. | |
void | OnWarn (const char *message) |
Logs a warning message. |
CPP-API: Empty logging implementation.
Does nothing! Used by default if the application hasn't requested a custom logger via #DefaultLogger::set() or #DefaultLogger::create();
bool Assimp::NullLogger::attachStream | ( | LogStream * | pStream, |
unsigned int | severity | ||
) | [inline, virtual] |
Detach a still attached stream from logger.
Implements Assimp::Logger.
bool Assimp::NullLogger::detatchStream | ( | LogStream * | pStream, |
unsigned int | severity | ||
) | [inline, virtual] |
Detach a still attached stream from logger.
Implements Assimp::Logger.
void Assimp::NullLogger::OnDebug | ( | const char * | message | ) | [inline, virtual] |
Logs a debug message.
Implements Assimp::Logger.
void Assimp::NullLogger::OnError | ( | const char * | message | ) | [inline, virtual] |
Logs an error message.
Implements Assimp::Logger.
void Assimp::NullLogger::OnInfo | ( | const char * | message | ) | [inline, virtual] |
Logs an info message.
Implements Assimp::Logger.
void Assimp::NullLogger::OnWarn | ( | const char * | message | ) | [inline, virtual] |
Logs a warning message.
Implements Assimp::Logger.