Interface IBuildLogWriter
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Defines a mechanism to write build logs using TextWriter.
public interface IBuildLogWriter
- Extension Methods
Properties
Name
The name of the log writer.
string Name { get; }
Property Value
Severity
The error severities at which the log writer is active.
BuildLogSeverity Severity { get; }
Property Value
Writers
All text writers making up the build log writer.
TextWriter[] Writers { get; }