Skip to content

Commit

Permalink
List some tools for working with CLEF [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored May 8, 2019
1 parent 10104c2 commit 12df0c9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@ See `test/Serilog.Formatting.Compact.Tests/FormattingBenchmarks.cs`.
| `RenderedJsonFormatter` | 13.7585 µs | 0.1194 µs | 1.22 |
| `RenderedCompactJsonFormatter` | 7.0680 µs | 0.0605 µs | 0.63 |

### Compiling
### Tools

Opening serilog-formatting-compact.sln requires VS2015 Update 3 with the .NET Core tooling to be installed.
See: https://www.microsoft.com/net/core#windows
Several tools are available for working with the CLEF format.

back into Serilog `LogEvent`s
* **[`clef-tool`](https://github.com/datalust/clef-tool)** - a CLI application for processing CLEF files
* **[Compact Log Format Viewer](https://github.com/warrenbuckley/Compact-Log-Format-Viewer)** - a cross-platform viewer for CLEF JSON files
* **[_Serilog.Formatting.Compact.Reader_](https://github.com/serilog/serilog-formatting-compact-reader)** - convert CLEF JSON documents

0 comments on commit 12df0c9

Please sign in to comment.