An open API service indexing awesome lists of open source software.

https://github.com/ffernandolima/net-core-logging-structure

Net Core Logging Structure is a full logging structure in order to write logs into files and database tables which uses .NET Core platform
https://github.com/ffernandolima/net-core-logging-structure

Last synced: 15 days ago
JSON representation

Net Core Logging Structure is a full logging structure in order to write logs into files and database tables which uses .NET Core platform

Awesome Lists containing this project

README

          

# Net Core Logging Structure

Net Core Logging Structure is a full logging structure in order to write logs into files and database tables which uses .NET Core platform

# Dependencies

- Microsoft.Extensions.Configuration >= 2.0.1
- Microsoft.Extensions.Configuration.Json >= 2.0.1
- Microsoft.Extensions.Logging >= 2.0.1
- System.Data.SqlClient >= 4.4.3
- Microsoft.NET.Test.Sdk >= 15.6.0
- MSTest.TestAdapter >= 1.2.0
- MSTest.TestFramework >= 1.2.0