-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Matteo Gregoricchio edited this page Oct 10, 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.Sinks.SQLite (Nuget)
Serilog UI Vrs | Providers | Version Range |
---|---|---|
v1.x > | MSSQL - MongoDB - PostgreSQL | 1.x > |
2.0.0 => 2.3.x | MSSQL - PostgreSQL | 2.0.0 => 2.1.x |
2.0.0 => 2.3.x | MongoDB | 2.0.0 => 2.2.x |
2.0.1 => 2.3.x | ElasticSearch | 1.x; 2.0.0 => v2.1.x |
2.1.0 => 2.3.x | MySQL | 1.x, 2.0.0 => 2.1.x |
2.4.x > | [MSSQL - PostgreSQL - ElasticSearch - MySQL] | 2.2.x > |
2.4.x > | MongoDB | 2.3.x > |
2.6.x > | RavenDB | 1.x > |
v3.x > | [MSSQL - PostgreSQL - ElasticSearch - MySQL, MongoDB] | 3.x > |
v3.x > | RavenDB | 2.x > |
v3.1.x > | [MSSQL - PostgreSQL - ElasticSearch - MySQL, MongoDB] | 3.1.x > |
v3.1.x > | RavenDB | 2.1.x > |
v3.1.x > | SQLite | 1.x > |