[ Version ( since = "1.64" ) ]
public bool follow_logs_sync (string[]? names, LogCallback log_callback, Cancellable? cancellable = null) throws Error
Follow logs for snap services.
This call will only complete if snapd closes the connection and will stop any other request on this client from being sent.
| this |
a Client. |
| names |
a null-terminated array of service names or null. |
| log_callback |
a LogCallback to call when a log is received. |
| cancellable |
a Cancellable or null. |
| log_callback_data |
the data to pass to |
|
true on success. |