LoggerConsole /

#includecinder/Log.h

LoggerConsole prints log messages in the application console window.


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)
  • getLevel () const

Protected Member Functions

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

Protected Attributes