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 06abad0 commit d974321Copy full SHA for d974321
README.md
@@ -85,6 +85,8 @@ _Serilog.Expressions_ includes the `ExpressionTemplate` class for text formattin
85
it works with any text-based Serilog sink:
86
87
```csharp
88
+// using Serilog.Templates;
89
+
90
Log.Logger = new LoggerConfiguration()
91
.WriteTo.Console(new ExpressionTemplate(
92
"[{@t:HH:mm:ss} {@l:u3} ({SourceContext})] {@m} (first item is {Items[0]})\n{@x}"))
0 commit comments