This class provides an output stream for debugging information. More...
#include <Radiant/Trace.hpp>
Public Member Functions | |
| Trace & | operator<< (const QString &s) |
| Output message to the stream. More... | |
| Trace (Severity severity) | |
| Constructor. More... | |
This class provides an output stream for debugging information.
|
inline |
Constructor.
| severity | severity of messages in this stream |
|
inline |
Output message to the stream.
| s | message to append |