Assimp  v3.1.1 (June 2014)
AssimpView::CMyLogStream Class Reference

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 LogStreamcreateDefaultStream (aiDefaultLogStream stream, const char *name="AssimpLog.txt", IOSystem *io=NULL)
 Creates a default log stream. More...
 
- Protected Member Functions inherited from Assimp::LogStream
 LogStream ()
 Default constructor. More...
 

Detailed Description

Subclass of Assimp::LogStream used to add all log messages to the log window.

Member Function Documentation

§ write()

void AssimpView::CMyLogStream::write ( const char *  message)
virtual

Implementation of the abstract method.

Implements Assimp::LogStream.


The documentation for this class was generated from the following files: