Loading [MathJax]/extensions/MathZoom.js
Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LOG.inl.hxx
Go to the documentation of this file.
1 
2 template <class Object> LOG &LOG::operator<<(const Object &msg)
3 {
4  m_Logger << msg;
5  return *this;
6 }
LOG
Definition: LOG.hxx:32
LOG::m_Logger
std::ostringstream m_Logger
Definition: LOG.hxx:70
LOG::operator<<
LOG & operator<<(const Object &msg)
Log a message.
Definition: LOG.inl.hxx:2