v1.0.0
Latest
2022.3+

Interface ILogsApi

Allows to find logs happening on the remote server

Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
Syntax
public interface ILogsApi : IInitializable

Methods

SearchLogsAsync(LogSearchParams, CancellationToken)

Returns logs found according to the parameters.

Declaration
Task<LogSearchResult> SearchLogsAsync(LogSearchParams searchParams, CancellationToken cancellationToken = default(CancellationToken))
Parameters
TypeNameDescription
Unity.Services.Multiplay.Authoring.Core.MultiplayApi.LogSearchParamssearchParams

The parameters to look for.

System.Threading.CancellationTokencancellationToken

The cancellation token.

Returns
TypeDescription
System.Threading.Tasks.Task<Unity.Services.Multiplay.Authoring.Core.MultiplayApi.LogSearchResult>

A System.Threading.Tasks.Task representing the asynchronous operation.