Assimp
v4.1. (December 2018)
|
Subclass of Assimp::LogStream used to add all log messages to the log window. More...
Inherits Assimp::LogStream.
Public Member Functions | |
void | write (const char *message) |
Implementation of the abstract method. More... | |
![]() | |
virtual | ~LogStream () |
Virtual destructor. More... | |
Additional Inherited Members | |
![]() | |
static LogStream * | createDefaultStream (aiDefaultLogStream stream, const char *name="AssimpLog.txt", IOSystem *io=NULL) |
Creates a default log stream. More... | |
![]() | |
LogStream () | |
Default constructor. More... | |
Subclass of Assimp::LogStream used to add all log messages to the log window.
|
virtual |
Implementation of the abstract method.
Implements Assimp::LogStream.