{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Interface IBuildLogger | Scriptable Build Pipeline | 2.0.2
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IBuildLogger

    Interface for monitoring the build process. Several tasks will log details of their progress through this interface. See the Build Logging documentation for more details.

    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Assembly: solution.dll
    Syntax
    public interface IBuildLogger : IContextObject

    Methods

    Name Description
    AddEntry(LogLevel, string)

    Adds details to the active build step

    BeginBuildStep(LogLevel, string, bool)

    Should be called when beginning a build step.

    EndBuildStep()

    Ends the build step.

    Extension Methods

    BuildLoggerExternsions.AddEntrySafe(IBuildLogger, LogLevel, string)
    BuildLoggerExternsions.ScopedStep(IBuildLogger, LogLevel, string, bool)
    BuildLoggerExternsions.ScopedStep(IBuildLogger, LogLevel, string, string)
    In This Article
    Back to top
    Copyright © 2023 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)