![]() |
Cinder
0.9.1
|
#include <Log.h>
Inherits cinder::Noncopyable.
Inherited by cinder::log::LoggerBreakpoint, cinder::log::LoggerConsole, cinder::log::LoggerFile, cinder::log::LoggerSystem, and cinder::log::LoggerSystem::ImplSysLog.
Public Member Functions | |
virtual | ~Logger () |
virtual void | write (const Metadata &meta, const std::string &text)=0 |
void | setTimestampEnabled (bool enable=true) |
bool | isTimestampEnabled () const |
Protected Member Functions | |
Logger () | |
void | writeDefault (std::ostream &stream, const Metadata &meta, const std::string &text) |
Logger is the base class all logging objects are derived from.
|
virtual |
|
protected |
|
pure virtual |
void cinder::log::Logger::setTimestampEnabled | ( | bool | enable = true | ) |
bool cinder::log::Logger::isTimestampEnabled | ( | ) | const |
|
protected |