|
Assimp
v4.1. (December 2018)
|
Represents a log stream. More...
Public Attributes | |
| aiLogStreamCallback | callback |
| Callback function to be called when a new message arrives. More... | |
| char * | user |
| User data to be passed to the callback. More... | |
Represents a log stream.
A log stream receives all log messages and streams them somewhere.
See: aiGetPredefinedLogStream, aiAttachLogStream and aiDetachLogStream.
| aiLogStreamCallback assimp::types::aiLogStream::callback |
Callback function to be called when a new message arrives.
| char* assimp::types::aiLogStream::user |
User data to be passed to the callback.