Assimp: Assimp::LogStream Class Reference
From assimp - Open Asset Import Library
|
Assimp
v3.1.1 (June 2014)
|
CPP-API: Abstract interface for log stream implementations. More...
Inherits AllocateFromAssimpHeap.
Public Member Functions | |
| virtual void | write (const char *message)=0 |
| Overwrite this for your own output methods. More... | |
| virtual | ~LogStream () |
| Virtual destructor. More... | |
Static Public Member Functions | |
| static LogStream * | createDefaultStream (aiDefaultLogStream stream, const char *name="AssimpLog.txt", IOSystem *io=NULL) |
| Creates a default log stream. More... | |
Protected Member Functions | |
| LogStream () | |
| Default constructor. More... | |
Detailed Description
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.
Constructor & Destructor Documentation
|
inlineprotected |
Default constructor.
|
inlinevirtual |
Virtual destructor.
Member Function Documentation
|
static |
|
pure virtual |
Overwrite this for your own output methods.
Log messages may consist of multiple lines and you shouldn't expect a consistent formatting. If you want custom formatting (e.g. generate HTML), supply a custom instance of Logger to #DefaultLogger:set(). Usually you can expect that a log message is exactly one line and terminated with a single
character.
- Parameters
-
message Message to be written
The documentation for this class was generated from the following file:
Generated on Sun Feb 21 2016 19:42:29 for Assimp by