Assimp
v3.1.1 (June 2014)
|
Logs into a std::ostream. More...
Inherits Assimp::LogStream.
Public Member Functions | |
StdOStreamLogStream (std::ostream &_ostream) | |
Construction from an existing std::ostream. More... | |
void | write (const char *message) |
Writer More... | |
~StdOStreamLogStream () | |
Destructor 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... | |
Logs into a std::ostream.
|
inlineexplicit |
Construction from an existing std::ostream.
_ostream | Output stream to be used |
|
inline |
Destructor
|
inlinevirtual |
Implements Assimp::LogStream.