|
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... | |
Public Member Functions inherited from Assimp::LogStream | |
| virtual | ~LogStream () |
| Virtual destructor More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Assimp::LogStream | |
| static LogStream * | createDefaultStream (aiDefaultLogStream stream, const char *name="AssimpLog.txt", IOSystem *io=nullptr) |
| Creates a default log stream. More... | |
Protected Member Functions inherited from Assimp::LogStream | |
| LogStream () AI_NO_EXCEPT | |
| 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.