get_logs_sync


Description:

[ 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.

Parameters:

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.

Returns:

an array of Log or null on error.