https://github.com/engagesoftware/engagesoftware.dnn.logging
Enable ILogger<T> dependency injection for DNN Platform
https://github.com/engagesoftware/engagesoftware.dnn.logging
dependency-injection dnn-platform logging
Last synced: 6 months ago
JSON representation
Enable ILogger<T> dependency injection for DNN Platform
- Host: GitHub
- URL: https://github.com/engagesoftware/engagesoftware.dnn.logging
- Owner: EngageSoftware
- License: mit
- Created: 2023-03-17T18:15:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T14:42:03.000Z (over 2 years ago)
- Last Synced: 2024-04-27T02:03:00.157Z (about 2 years ago)
- Topics: dependency-injection, dnn-platform, logging
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EngageSoftware.Dnn.Logging
[](https://github.com/EngageSoftware/EngageSoftware.Dnn.Logging/actions) [](https://www.nuget.org/packages/EngageSoftware.Dnn.Logging) [](https://github.com/EngageSoftware/EngageSoftware.Dnn.Logging/blob/main/LICENSE)
Reference this project in order to enable dependency injection support for
`ILogger` in your DNN Platform site. This implementation wraps [DNN's
`LoggerSource`](https://docs.dnncommunity.org/api/DotNetNuke.Instrumentation.LoggerSource.html),
which ties into DNN's custom Log4Net implementation by default.