ofLogWarning
ofLogWarning( ... )
ofLogWarning(const string &module)Create a verbose log message.
Parameters:
module The target module.
ofLogWarning( ... )
ofLogWarning(const string &module, const string &message)Create a verbose log message.
Parameters:
module The target module.
message The log message.