Class D | Barracuda | 1.1.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class D

    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
    Syntax
    public class D

    Fields

    errorEnabled

    Declaration
    public static bool errorEnabled
    Field Value
    Type Description
    Boolean

    errorStackTraceEnabled

    Declaration
    public static bool errorStackTraceEnabled
    Field Value
    Type Description
    Boolean

    logEnabled

    Declaration
    public static bool logEnabled
    Field Value
    Type Description
    Boolean

    logStackTraceEnabled

    Declaration
    public static bool logStackTraceEnabled
    Field Value
    Type Description
    Boolean

    warningEnabled

    Declaration
    public static bool warningEnabled
    Field Value
    Type Description
    Boolean

    warningStackTraceEnabled

    Declaration
    public static bool warningStackTraceEnabled
    Field Value
    Type Description
    Boolean

    Methods

    Log(Object)

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

    Log(Object, Object)

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

    LogError(Object)

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

    LogError(Object, Object)

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

    LogWarning(Object)

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

    LogWarning(Object, Object)

    Declaration
    public static void LogWarning(object message, Object context)
    Parameters
    Type Name Description
    Object message
    Object context
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 15 October 2020