LoggerBreakpoint /

#includecinder/Log.h

LoggerBreakpoint doesn't actually print anything, but triggers a breakpoint on log events above a specified threshold.


Public Member Functions

  • LoggerBreakpoint (Level triggerLevel=LEVEL_ERROR)
  • 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