Class BuildLogger | Scriptable Build Pipeline | 1.7.3
docs.unity.cn
    Show / Hide Table of Contents

    Class BuildLogger

    Inheritance
    Object
    BuildLogger
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    public static class BuildLogger

    Methods

    Log(Object)

    Declaration
    [Conditional("DEBUG")]
    public static void Log(object msg)
    Parameters
    Type Name Description
    Object msg

    Log(String)

    Declaration
    [Conditional("DEBUG")]
    public static void Log(string msg)
    Parameters
    Type Name Description
    String msg

    Log(String, Object[])

    Declaration
    [Conditional("DEBUG")]
    public static void Log(string msg, params object[] attrs)
    Parameters
    Type Name Description
    String msg
    Object[] attrs

    LogCache(String, Object[])

    Declaration
    [Conditional("BUILD_CACHE_DEBUG")]
    public static void LogCache(string msg, params object[] attrs)
    Parameters
    Type Name Description
    String msg
    Object[] attrs

    LogCacheWarning(String, Object[])

    Declaration
    [Conditional("BUILD_CACHE_DEBUG")]
    public static void LogCacheWarning(string msg, params object[] attrs)
    Parameters
    Type Name Description
    String msg
    Object[] attrs

    LogError(Object)

    Declaration
    [Conditional("DEBUG")]
    public static void LogError(object msg)
    Parameters
    Type Name Description
    Object msg

    LogError(String)

    Declaration
    [Conditional("DEBUG")]
    public static void LogError(string msg)
    Parameters
    Type Name Description
    String msg

    LogError(String, Object[])

    Declaration
    [Conditional("DEBUG")]
    public static void LogError(string msg, params object[] attrs)
    Parameters
    Type Name Description
    String msg
    Object[] attrs

    LogException(Exception)

    Declaration
    [Conditional("DEBUG")]
    public static void LogException(Exception e)
    Parameters
    Type Name Description
    Exception e

    LogWarning(Object)

    Declaration
    [Conditional("DEBUG")]
    public static void LogWarning(object msg)
    Parameters
    Type Name Description
    Object msg

    LogWarning(String)

    Declaration
    [Conditional("DEBUG")]
    public static void LogWarning(string msg)
    Parameters
    Type Name Description
    String msg

    LogWarning(String, Object[])

    Declaration
    [Conditional("DEBUG")]
    public static void LogWarning(string msg, params object[] attrs)
    Parameters
    Type Name Description
    String msg
    Object[] attrs
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX