set_verbosity


Description:

public StatusResponse set_verbosity (void* command_cookie = null, VerbosityCommand*[] commands)

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.