Logstream to write into a file.
More...
#include <FileLogStream.h>
Inherits Assimp::LogStream.
Logstream to write into a file.
◆ FileLogStream()
| Assimp::FileLogStream::FileLogStream |
( |
const char * |
file, |
|
|
IOSystem * |
io = NULL |
|
) |
| |
|
inline |
◆ ~FileLogStream()
| Assimp::FileLogStream::~FileLogStream |
( |
| ) |
|
|
inline |
◆ write()
| void Assimp::FileLogStream::write |
( |
const char * |
message | ) |
|
|
inlinevirtual |
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 |
Implements Assimp::LogStream.
The documentation for this class was generated from the following file: