docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum MagicLeapLogger.LogLevel

    The logging level to use. Ranges from 'Verbose' to 'Fatal'

    Namespace: UnityEngine.XR.MagicLeap
    Assembly: UnityEngine.XR.MagicLeap.dll
    Syntax
    public enum MagicLeapLogger.LogLevel : uint

    Fields

    Name Description
    Debug

    Output a message used during debugging.

    Error

    Output a serious error. The program may continue.

    Fatal

    Output a fatal error which causes program termination.

    Info

    Output an informational message.

    Verbose

    Output a message used for noisier informational messages.

    Warning

    Output a warning which may be ignorable.

    In This Article
    Back to top
    Copyright © 2025 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)