reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofLogVerbose Class Reference

Derived log class for easy verbose logging. More...

#include <ofLog.h>

Inheritance diagram for ofLogVerbose:
ofLog

Public Member Functions

 ofLogVerbose (const std::string &module="")
 Create a verbose log message.
 
 ofLogVerbose (const std::string &module, const std::string &message)
 Create a verbose log message.
 
template<typename ... Args>
 ofLogVerbose (const std::string &module, const char *format, Args &&... args)
 Create a verbose log message.
 
- Public Member Functions inherited from ofLog
 ofLog ()
 Start logging on notice level.
 
 ofLog (ofLogLevel level)
 Start logging on a specific ofLogLevel.
 
 ofLog (ofLogLevel level, const std::string &message)
 Log a string at a specific log level.
 
template<typename ... Args>
 ofLog (ofLogLevel level, const char *format, Args &&... args)
 Logs a message at a specific log level using the printf interface.
 

Additional Inherited Members

- Static Public Member Functions inherited from ofLog
static void setAutoSpace (bool autoSpace)
 Let the logger automaticly add spaces between messages.
 
static void setChannel (std::shared_ptr< ofBaseLoggerChannel > channel)
 Set the logging channel destinations for messages.
 
static std::shared_ptr< ofBaseLoggerChannel > getChannel ()
 Get the current logging channel.
 

Detailed Description

Derived log class for easy verbose logging.

Example: ofLogVerbose("Log message").

Constructor & Destructor Documentation

◆ ofLogVerbose() [1/3]

ofLogVerbose::ofLogVerbose ( const std::string &  module = "")

Create a verbose log message.

Parameters
moduleThe target module.

◆ ofLogVerbose() [2/3]

ofLogVerbose::ofLogVerbose ( const std::string &  module,
const std::string &  message 
)

Create a verbose log message.

Parameters
moduleThe target module.
messageThe log message.

◆ ofLogVerbose() [3/3]

template<typename ... Args>
ofLogVerbose::ofLogVerbose ( const std::string &  module,
const char *  format,
Args &&...  args 
)
inline

Create a verbose log message.

Parameters
moduleThe target module.
formatThe printf-style format string.

The documentation for this class was generated from the following file:
  • /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofLog.h