We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd698ef commit bf39c27Copy full SHA for bf39c27
site/docs/log-formatter.md
@@ -67,7 +67,7 @@ var writer = new FileLogWriter(
67
For terminal output, `TerminalLogWriter` also accepts any `LogFormatter`:
68
69
```csharp
70
-var terminalWriter = new TerminalLogWriter(Terminal.Instance)
+var terminalWriter = new TerminalLogWriter()
71
{
72
Formatter = StandardLogFormatter.Instance
73
};
site/docs/terminal-visuals.md
@@ -55,7 +55,7 @@ Rendered output:
55
## Style customization sample
56
57
58
-var writer = new TerminalLogWriter(Terminal.Instance)
+var writer = new TerminalLogWriter()
59
60
EnableRichFormatting = true,
61
EnableMarkupMessages = true,
0 commit comments