Class BuildLoggerExternsions
Contains extension methods for the IBuildLogger interface
Inherited Members
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public static class BuildLoggerExternsions
Methods
Name | Description |
---|---|
AddEntrySafe(IBuildLogger, LogLevel, string) | Adds details to the active build step |
ScopedStep(IBuildLogger, LogLevel, string, bool) | Begins a new build step and returns an ScopedBuildStep which will end the build step when disposed. It is recommended to use this in conjunction with the using statement. |
ScopedStep(IBuildLogger, LogLevel, string, string) | Begins a new build step and returns an ScopedBuildStep which will end the build step when disposed. It is recommended to use this in conjunction with the using statement. |