This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofLogWarning Class Reference
Derived log class for easy warning logging. More...
#include <ofLog.h>
Inheritance diagram for ofLogWarning:

Public Member Functions | |
ofLogWarning (const std::string &module="") | |
Create a verbose log message. | |
ofLogWarning (const std::string &module, const std::string &message) | |
Create a verbose log message. | |
template<typename ... Args> | |
ofLogWarning (const std::string &module, const char *format, Args &&... args) | |
Create a verbose log message. | |
![]() | |
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 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 warning logging.
Example: ofLogWarning("Log message")
.
Constructor & Destructor Documentation
◆ ofLogWarning() [1/3]
ofLogWarning::ofLogWarning | ( | const std::string & | module = "" | ) |
Create a verbose log message.
- Parameters
-
module The target module.
◆ ofLogWarning() [2/3]
ofLogWarning::ofLogWarning | ( | const std::string & | module, |
const std::string & | message | ||
) |
Create a verbose log message.
- Parameters
-
module The target module. message The log message.
◆ ofLogWarning() [3/3]
template<typename ... Args>
|
inline |
Create a verbose log message.
- Parameters
-
module The target module. format The printf-style format string.
The documentation for this class was generated from the following file:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofLog.h