docs.unity3d.com
    Show / Hide Table of Contents

    Class UnityLoggerProvider

    Unity-specific LogOutputs. Gives access to the UnityEngine.Object context used in Unity's log

    Inheritance
    Object
    UnityLoggerProvider
    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.Runtime
    Syntax
    public static class UnityLoggerProvider

    Properties

    UnityObjectContextPropertyName

    The property name used for a Object context.

    Declaration
    public static string UnityObjectContextPropertyName { get; }
    Property Value
    Type Description
    String

    Methods

    GetLogger<T>(Object)

    Initializes and returns a UCLogger for a Object context.

    Declaration
    public static UCLogger GetLogger<T>(Object context)
    Parameters
    Type Name Description
    Object context

    The Object context.

    Returns
    Type Description
    UCLogger
    Type Parameters
    Name Description
    T

    The type for the logger.

    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