IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ConsoleDiagnosticFormatterFactory.cs
Go to the documentation of this file.
2{
3
8 {
9
10
15 {
16
17 }
18
21 {
22 return spec == "console" || spec.StartsWith("console,") ? new ConsoleDiagnosticFormatter(new ConsoleDiagnosticFormatterOptions()) : null;
23 }
24
25 }
26
27}
IDiagnosticFormatter? GetFormatter(string spec)
Returns a IDiagnosticFormatter if the given spec can be handled by this factory.
Outputs diagnostics to the console using Spectre.