IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
TextDiagnosticFormatterFactory.cs
Go to the documentation of this file.
1using System;
2
4{
5
10 GenericChannelDiagnosticFormatterFactory<TextDiagnosticFormatter, TextDiagnosticFormatterOptions>
11 {
12
13
20 base(channels, "text")
21 {
22
23 }
24
27 {
28 return new TextDiagnosticFormatter(options);
29 }
30
31 }
32
33}
Provides the capability to look up diagnostic channels.
Generate channel factory for a formatter that accepts the standard set of chanel options.
TextDiagnosticFormatterFactory(DiagnosticChannelProvider channels)
Initializes a new instance.
override TextDiagnosticFormatter CreateFormatter(TextDiagnosticFormatterOptions options)
Handles writing diagnostic events to text output.