Inherits Assimp::LogStream.
◆ UTLogStream()
UTLogStream::UTLogStream |
( |
| ) |
|
|
inline |
◆ ~UTLogStream()
virtual UTLogStream::~UTLogStream |
( |
| ) |
|
|
inlinevirtual |
◆ write()
virtual void UTLogStream::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.
◆ m_messages
std::vector<std::string> UTLogStream::m_messages |
The documentation for this class was generated from the following file: