[ Version ( since = "1.64" ) ]
public GenericArray<unowned Log> get_logs_sync (string[]? names, size_t n, Cancellable? cancellable = null) throws Error
Get logs for snap services.
| this |
a Client. |
| names |
a null-terminated array of service names or null. |
| n |
the number of logs to return or 0 for default. |
| cancellable |
a Cancellable or null. |
|
an array of Log or null on error. |