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
- Host: GitHub
- URL: https://github.com/ffernandolima/net-core-logging-structure
- Owner: ffernandolima
- Created: 2018-04-15T22:34:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T22:40:29.000Z (about 8 years ago)
- Last Synced: 2025-01-03T06:13:39.824Z (over 1 year ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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