File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,11 @@ See `test/Serilog.Formatting.Compact.Tests/FormattingBenchmarks.cs`.
125
125
| ` RenderedJsonFormatter ` | 13.7585 µ ; s | 0.1194 µ ; s | 1.22 |
126
126
| ` RenderedCompactJsonFormatter ` | 7.0680 µ ; s | 0.0605 µ ; s | 0.63 |
127
127
128
- ### Compiling
128
+ ### Tools
129
129
130
- Opening serilog-formatting-compact.sln requires VS2015 Update 3 with the .NET Core tooling to be installed.
131
- See: https://www.microsoft.com/net/core#windows
130
+ Several tools are available for working with the CLEF format.
131
+
132
+ back into Serilog ` LogEvent ` s
133
+ * ** [ ` clef-tool ` ] ( https://github.com/datalust/clef-tool ) ** - a CLI application for processing CLEF files
134
+ * ** [ Compact Log Format Viewer] ( https://github.com/warrenbuckley/Compact-Log-Format-Viewer ) ** - a cross-platform viewer for CLEF JSON files
135
+ * ** [ _ Serilog.Formatting.Compact.Reader_ ] ( https://github.com/serilog/serilog-formatting-compact-reader ) ** - convert CLEF JSON documents
You can’t perform that action at this time.
0 commit comments