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. |