docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ILogsApi

    Allows to find logs happening on the remote server

    Inherited Members
    IInitializable.InitAsync()
    Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
    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)
    Parameters
    Type Name Description
    LogSearchParams searchParams
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<LogSearchResult>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)