Skip to content

Commit 12df0c9

Browse files
authored
List some tools for working with CLEF [skip ci]
1 parent 10104c2 commit 12df0c9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,11 @@ See `test/Serilog.Formatting.Compact.Tests/FormattingBenchmarks.cs`.
125125
| `RenderedJsonFormatter` | 13.7585 µs | 0.1194 µs | 1.22 |
126126
| `RenderedCompactJsonFormatter` | 7.0680 µs | 0.0605 µs | 0.63 |
127127

128-
### Compiling
128+
### Tools
129129

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

0 commit comments

Comments
 (0)