set_logging


Description:

[ Version ( deprecated = true , deprecated_since = "1.22" ) ]
public bool set_logging (string? level, string? domains) throws Error

Warning: set_logging is deprecated since 1.22.

Sets NetworkManager logging level and/or domains.

Note:

Use the async command dbus_call on nm_dbus_path , nm_dbus_interface to call "SetLogging" with "(ss)" arguments for level and domains.

Parameters:

this

a Client

level

logging level to set (null or an empty string for no change)

domains

logging domains to set. The string should be a list of log domains separated by ",". (null or an empty string for no change)

Returns:

true on success, false otherwise