Class BuildLogger | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class BuildLogger

    Inheritance
    System.Object
    BuildLogger
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    public static class BuildLogger

    Methods

    Log(Object)

    Declaration
    public static void Log(object msg)
    Parameters
    Type Name Description
    System.Object msg

    Log(String)

    Declaration
    public static void Log(string msg)
    Parameters
    Type Name Description
    System.String msg

    Log(String, Object[])

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

    LogCache(String, Object[])

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

    LogCacheWarning(String, Object[])

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

    LogError(Object)

    Declaration
    public static void LogError(object msg)
    Parameters
    Type Name Description
    System.Object msg

    LogError(String)

    Declaration
    public static void LogError(string msg)
    Parameters
    Type Name Description
    System.String msg

    LogError(String, Object[])

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

    LogException(Exception)

    Declaration
    public static void LogException(Exception e)
    Parameters
    Type Name Description
    System.Exception e

    LogWarning(Object)

    Declaration
    public static void LogWarning(object msg)
    Parameters
    Type Name Description
    System.Object msg

    LogWarning(String)

    Declaration
    public static void LogWarning(string msg)
    Parameters
    Type Name Description
    System.String msg

    LogWarning(String, Object[])

    Declaration
    public static void LogWarning(string msg, params object[] attrs)
    Parameters
    Type Name Description
    System.String msg
    System.Object[] attrs
    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