ofDocsdocumentation utils ofLogVerbose

ofLogVerbose


ofLogVerbose( ... )

ofLogVerbose(const string &module)

Create a verbose log message.

Parameters:

module The target module.


ofLogVerbose( ... )

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

Create a verbose log message.

Parameters:

module The target module.

message The log message.