|
FIFE
|
Helper class to create log strings out from separate parts Usage: LMsg("some text") << variable << ", " << other variable. More...
#include <logger.h>
Collaboration diagram for FIFE::LMsg:Public Member Functions | |
| LMsg (const std::string &msg="") | |
| ~LMsg () | |
| template<typename T > | |
| LMsg & | operator<< (const T &t) |
Public Attributes | |
| std::string | str |
Helper class to create log strings out from separate parts Usage: LMsg("some text") << variable << ", " << other variable.
|
inline |
| std::string FIFE::LMsg::str |
Definition at line 94 of file logger.h.
Referenced by FIFE::Logger::log(), and operator<<().