docs.unity3d.com
    Show / Hide Table of Contents

    Class LogOutputs

    Manages all log outputs

    Inheritance
    Object
    LogOutputs
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Common
    Syntax
    public static class LogOutputs

    Properties

    Outputs

    The current list of ILogOutput.

    Declaration
    public static IReadOnlyList<ILogOutput> Outputs { get; }
    Property Value
    Type Description
    IReadOnlyList<ILogOutput>

    Methods

    Add(ILogOutput)

    Adds a ILogOutput to the list of outputs.

    Declaration
    public static void Add(ILogOutput logOutput)
    Parameters
    Type Name Description
    ILogOutput logOutput

    The log output to add.

    Clear()

    Clear all log outputs.

    Declaration
    public static void Clear()

    Remove(ILogOutput)

    Removes a ILogOutput from the list of outputs.

    Declaration
    public static bool Remove(ILogOutput logOutput)
    Parameters
    Type Name Description
    ILogOutput logOutput

    The log output to remove.

    Returns
    Type Description
    Boolean

    Whether the output was removed from the list.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023