docs.unity3d.com
    Show / Hide Table of Contents

    Class D

    Barracuda debug logging utility

    Inheritance
    Object
    D
    Namespace: Unity.Barracuda
    Syntax
    public class D : object

    Fields

    errorEnabled

    Error logging enabled flag

    Declaration
    public static bool errorEnabled
    Field Value
    Type Description
    Boolean

    errorStackTraceEnabled

    Error stack trace collection enabling flag

    Declaration
    public static bool errorStackTraceEnabled
    Field Value
    Type Description
    Boolean

    logEnabled

    Debug logging enabled flag

    Declaration
    public static bool logEnabled
    Field Value
    Type Description
    Boolean

    logStackTraceEnabled

    Debug log stack trace collection enabling flag

    Declaration
    public static bool logStackTraceEnabled
    Field Value
    Type Description
    Boolean

    warningEnabled

    Warning logging enabled flag

    Declaration
    public static bool warningEnabled
    Field Value
    Type Description
    Boolean

    warningStackTraceEnabled

    Warning stack trace collection enabling flag

    Declaration
    public static bool warningStackTraceEnabled
    Field Value
    Type Description
    Boolean

    Methods

    Log(Object)

    Log debug info

    Declaration
    public static void Log(object message)
    Parameters
    Type Name Description
    Object message

    message

    Log(Object, UnityEngine.Object)

    Log debug info

    Declaration
    public static void Log(object message, UnityEngine.Object context)
    Parameters
    Type Name Description
    Object message

    message

    UnityEngine.Object context

    context

    LogError(Object)

    Log error

    Declaration
    public static void LogError(object message)
    Parameters
    Type Name Description
    Object message

    message

    LogError(Object, UnityEngine.Object)

    Log error

    Declaration
    public static void LogError(object message, UnityEngine.Object context)
    Parameters
    Type Name Description
    Object message

    message

    UnityEngine.Object context

    context

    LogWarning(Object)

    Log warning

    Declaration
    public static void LogWarning(object message)
    Parameters
    Type Name Description
    Object message

    message

    LogWarning(Object, UnityEngine.Object)

    Log warning

    Declaration
    public static void LogWarning(object message, UnityEngine.Object context)
    Parameters
    Type Name Description
    Object message

    message

    UnityEngine.Object context

    context

    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