Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adshan/dotnet-logging-serilog
Log strategy using Serilog.
https://github.com/adshan/dotnet-logging-serilog
dotnet elasticsearch entity-framework logging net5 serilog sql-server
Last synced: about 2 months ago
JSON representation
Log strategy using Serilog.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-logging-serilog
- Owner: AdsHan
- License: mit
- Created: 2021-09-06T14:13:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T23:04:41.000Z (over 3 years ago)
- Last Synced: 2024-11-06T04:19:50.565Z (3 months ago)
- Topics: dotnet, elasticsearch, entity-framework, logging, net5, serilog, sql-server
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-logging-serilog
Demonstração de uma estratégia de log utilizando Serilog + SQL Server para gravar os logs do Entity Framework.Serilog é uma solução de logging que se destaca por ser open source, popular, de simples utilização e muito flexível.
Os Logs podem ser direcionados para console, arquivos, bases de dados (Relacionais/NoSQL) ou soluções Clound.# Este projeto contém:
- Logs direcionados para console, arquivo TXT,SQLServer e Elasticsearch;# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).