Class MagicLeapLogger | Magic Leap XR Plugin | 6.0.0
docs.unity3d.com
    Show / Hide Table of Contents

    Class MagicLeapLogger

    Inheritance
    Object
    MagicLeapLogger
    Namespace: UnityEngine.XR.MagicLeap
    Syntax
    public static class MagicLeapLogger

    Methods

    Assert(Boolean, String, String, Object[])

    Declaration
    [Conditional("DEVELOPMENT_BUILD")]
    public static void Assert(bool condition, string tag, string format, params object[] args)
    Parameters
    Type Name Description
    Boolean condition
    String tag
    String format
    Object[] args

    AssertError(Boolean, String, String, Object[])

    Declaration
    public static void AssertError(bool condition, string tag, string format, params object[] args)
    Parameters
    Type Name Description
    Boolean condition
    String tag
    String format
    Object[] args

    Debug(String, String, Object[])

    Declaration
    [Conditional("DEVELOPMENT_BUILD")]
    public static void Debug(string tag, string format, params object[] args)
    Parameters
    Type Name Description
    String tag
    String format
    Object[] args

    Error(String, String, Object[])

    Declaration
    public static void Error(string tag, string format, params object[] args)
    Parameters
    Type Name Description
    String tag
    String format
    Object[] args

    Warning(String, String, Object[])

    Declaration
    public static void Warning(string tag, string format, params object[] args)
    Parameters
    Type Name Description
    String tag
    String format
    Object[] args
    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