Stream object which targets a log.
More...
#include <OgreLog.h>
Stream object which targets a log.
- You can stream control operations to this object too, such as std::setw() and std::setfill() to control formatting.
- Note
- Each Stream object is not thread safe, so do not pass it between threads. Multiple threads can hold their own Stream instances pointing at the same Log though and that is threadsafe.
◆ Stream() [1/2]
◆ Stream() [2/2]
Ogre::Log::Stream::Stream |
( |
const Stream & |
rhs | ) |
|
◆ ~Stream()
Ogre::Log::Stream::~Stream |
( |
| ) |
|
◆ operator<<()
template<typename T >
_OgrePrivate Stream& Ogre::Log::Stream::operator<< |
( |
const T & |
v | ) |
|
|
inline |
The documentation for this class was generated from the following file: