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 |
---|---|
Add |
Adds details to the active build step |
Begin |
Should be called when beginning a build step. |
End |
Ends the build step. |