CPP-API: Abstract interface for log stream implementations.
More...
Inherits AllocateFromAssimpHeap.
Inherited by Assimp::FileLogStream, Assimp::StdOStreamLogStream, AssimpView::CMyLogStream, CLoggerView, and LogToCallbackRedirector.
CPP-API: Abstract interface for log stream implementations.
Several default implementations are provided, see aiDefaultLogStream for more details. Writing your own implementation of LogStream is just necessary if these are not enough for your purpose.
◆ LogStream()
Assimp::LogStream::LogStream |
( |
| ) |
|
|
inlineprotected |
◆ ~LogStream()
Assimp::LogStream::~LogStream |
( |
| ) |
|
|
inlinevirtual |
◆ createDefaultStream()
Creates a default log stream.
- Parameters
-
streams | Type of the default stream |
name | For aiDefaultLogStream_FILE: name of the output file |
io | For aiDefaultLogStream_FILE: IOSystem to be used to open the output file. Pass NULL for the default implementation. |
- Returns
- New LogStream instance.
◆ write()
virtual void Assimp::LogStream::write |
( |
const char * |
message | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: