-
Notifications
You must be signed in to change notification settings - Fork 43
Home
Matteo Gregoricchio edited this page May 25, 2024
·
16 revisions
A simple Serilog log viewer for the following sinks:
- Serilog.Sinks.MSSqlServer (Nuget)
- Serilog.Sinks.MySql (Nuget) and Serilog.Sinks.MariaDB Nuget
- Serilog.Sinks.Postgresql (Nuget) and Serilog.Sinks.Postgresql.Alternative (Nuget)
- Serilog.Sinks.MongoDB (Nuget)
- Serilog.Sinks.ElasticSearch (Nuget)
- Serilog.Sinks.RavenDB (Nuget)
Serilog UI Vrs | Dependant Providers |
---|---|
v1.x | [MSSQL - MongoDB - PostgreSQL]: v1.x.x |
v2.0.0 => 2.3.x | [MSSQL - PostgreSQL]: v2.x.x => 2.1.x; |
v2.0.0 => 2.3.x | MongoDB: v2.x.x => 2.2.x |
v2.0.1 => v2.3.x | ElasticSearch: v1.x.x, v2.x.x => v2.1.x |
v2.1.0 => v2.3.x | MySQL: v1.x.x, v2.x.x => 2.1.x |
v2.4.x => 2.x.x | [MSSQL - PostgreSQL - ElasticSearch - MySQL]: v2.2.x => 2.x.x; MongoDB: v2.3.x => 2.x.x |
v2.6.0 => v2.x.x | RavenDB: v1.x.x |
v3.x.x | [MSSQL - PostgreSQL - ElasticSearch - MySQL, MongoDB]: v3.x.x; RavenDB: v2.x.x |