Table of Contents

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

string

Severity

The error severities at which the log writer is active.

BuildLogSeverity Severity { get; }

Property Value

BuildLogSeverity

Writers

All text writers making up the build log writer.

TextWriter[] Writers { get; }

Property Value

TextWriter[]