set_logging
Description:
[ Version ( since = "0.9.8" ) ]
public bool set_logging (string? level, string? domains) throws Error
public bool set_logging (string? level, string? domains) throws Error
Sets NetworkManager logging level and/or 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:
|