Cinder  0.9.1
Public Member Functions | Protected Member Functions | List of all members
cinder::log::LoggerConsole Class Reference

#include <Log.h>

Inherits cinder::log::Logger.

Public Member Functions

void write (const Metadata &meta, const std::string &text) override
 
void setTimestampEnabled (bool enable=true)
 
bool isTimestampEnabled () const
 

Protected Member Functions

void writeDefault (std::ostream &stream, const Metadata &meta, const std::string &text)
 

Detailed Description

LoggerConsole prints log messages in the application console window.

Member Function Documentation

void cinder::log::LoggerConsole::write ( const Metadata meta,
const std::string &  text 
)
overridevirtual

Implements cinder::log::Logger.

void cinder::log::Logger::setTimestampEnabled ( bool  enable = true)
inherited
bool cinder::log::Logger::isTimestampEnabled ( ) const
inherited
void cinder::log::Logger::writeDefault ( std::ostream &  stream,
const Metadata meta,
const std::string &  text 
)
protectedinherited

The documentation for this class was generated from the following files: