get_logging
Description:
[ Version ( deprecated = true , deprecated_since = "1.22" ) ]
public bool get_logging (out string? level, out string? domains) throws Error
public bool get_logging (out string? level, out string? domains) throws Error
Warning: get_logging is deprecated since 1.22.
Gets NetworkManager current logging level and domains.
Note:
Use the async command dbus_call on nm_dbus_path , nm_dbus_interface to call "GetLogging" with no arguments to get "(ss)" for level and domains.
Parameters:
this |
a Client |
level |
return location for logging level string |
domains |
return location for log domains string. The string is a list of domains separated by "," |
Returns:
true on success, false otherwise |