set_verbosity
Description:
Set the loglevel on the servers.
Example
VerbosityCommand vc = VerbosityCommand() {
level = Verbosity.WARNING
};
VerbosityCommand*[] commands = { &vc };
instance.verbosity( null, commands );
Parameters:
command_cookie |
A cookie passed to all of the notifications from this command |
commands |
the array containing the verbosity commands |
Returns:
The status of the operation. |