docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class D

    Barracuda debug logging utility

    Inheritance
    object
    D
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Barracuda
    Assembly: solution.dll
    Syntax
    public class D

    Fields

    errorEnabled

    Error logging enabled flag

    Declaration
    public static bool errorEnabled
    Field Value
    Type Description
    bool

    errorStackTraceEnabled

    Error stack trace collection enabling flag

    Declaration
    public static bool errorStackTraceEnabled
    Field Value
    Type Description
    bool

    logEnabled

    Debug logging enabled flag

    Declaration
    public static bool logEnabled
    Field Value
    Type Description
    bool

    logStackTraceEnabled

    Debug log stack trace collection enabling flag

    Declaration
    public static bool logStackTraceEnabled
    Field Value
    Type Description
    bool

    warningEnabled

    Warning logging enabled flag

    Declaration
    public static bool warningEnabled
    Field Value
    Type Description
    bool

    warningStackTraceEnabled

    Warning stack trace collection enabling flag

    Declaration
    public static bool warningStackTraceEnabled
    Field Value
    Type Description
    bool

    Methods

    Log(object)

    Log debug info

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

    message

    Log(object, Object)

    Log debug info

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

    message

    Object context

    context

    LogError(object)

    Log error

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

    message

    LogError(object, Object)

    Log error

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

    message

    Object context

    context

    LogWarning(object)

    Log warning

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

    message

    LogWarning(object, Object)

    Log warning

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

    message

    Object context

    context

    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)