[ Version ( since = "1.0" ) ]
public bool set_logging_sync (string level, Cancellable? cancellable = null) throws Error
Synchronously requests to set the specified logging level in the daemon.
The calling thread is blocked until a reply is received.
See set_logging for the asynchronous version of this method.
| this |
A Manager. |
| level |
the login level to set. |
| cancellable |
A Cancellable or null. |
|
true if the call succeeded, false if throws is set. |