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