0.9.3dev
Search
Namespaces
Classes
Modules
Guides
Reference
View All Results »
Main Page
Reference
Guides
Cinder
Namespaces
cinder
android
app
fs
hardware
net
video
app
android
audio
android
cocoa
dsp
linux
msw
cairo
cocoa
dx
geom
gl
impl
ip
linux
ftutil
log
msw
params
qtime
signals
svg
winrt
glm
cinder
log
LoggerConsole
/
#include
“
cinder/Log.h
”
Public Member Functions
Protected Member Functions
Protected Attributes
Class Hierarchy:
cinder::Noncopyable
cinder::log::Logger
cinder::log::LoggerConsole
Related Links:
Logging in Cinder
LoggerConsole
prints log messages in the application console window.
Show All
|
Hide All
Public Member Functions
void
write
(const Metadata &meta, const std::string &text) override
void
setTimestampEnabled
(bool enable=true)
bool
isTimestampEnabled
() const
void
setLevel
(Level level)
Level
getLevel
() const
Protected Member Functions
void
writeDefault
(std::ostream &stream, const Metadata &meta, const std::string &text)
Protected Attributes
Level
mLevel