Class BuildLog
Basic implementation of IBuildLogger. Stores events in memory and can dump them to the trace event format.
IBuild
Inherited Members
Namespace: UnityEditor .Build.Pipeline.Utilities
Assembly: solution.dll
Syntax
[Serializable]
public class BuildLog : IBuildLogger, IContextObject
Constructors
Name | Description |
---|---|
Build |
Creates a new build log object. |
Methods
Name | Description |
---|---|
Add |
Adds details to the active build step |
Add |
Adds a key value pair to the MetaData list. This can be used to store things like package version numbers. |
Begin |
Should be called when beginning a build step. |
End |
Ends the build step. |
Format |
Converts the captured build log events into the text Trace Event Profiler format |