Skip to content

Commit e0b732e

Browse files
authored
ELMAH placeholder
1 parent b9b8886 commit e0b732e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
105105
[Unity](https://github.com/unitycontainer/unity) | Install-Package Unity-CoreClr -Pre | [?](https://github.com/unitycontainer/unity/issues/42) | [?](https://github.com/unitycontainer/unity/issues/63)
106106
[StructureMap](https://github.com/structuremap/structuremap) | Install-Package StructureMap | Yes | Yes | [structuremap.github.io](https://structuremap.github.io)
107107
[CommonServiceLocator](https://github.com/unitycontainer/commonservicelocator) | | | |
108+
108109
ASP.NET Core contains built-in [DI](https://docs.asp.net/en/latest/fundamentals/dependency-injection.html)
109110

110111
## Logging
@@ -114,7 +115,9 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
114115
[NLog](https://github.com/NLog/Nlog) | | Yes | Yes | [nlog-project.org](http://nlog-project.org/)
115116
[common.logging](https://github.com/net-commons/common-logging) | | | |
116117
[log4net](https://github.com/apache/log4net) | | | |
117-
[ELM](https://github.com/aspnet/Diagnostics) | Install-Package Microsoft.AspNetCore.Diagnostics.Elm | | |
118+
[ELM](https://github.com/aspnet/Diagnostics) | Install-Package Microsoft.AspNetCore.Diagnostics.Elm | Yes | Yes |
119+
[ELMAH](https://github.com/elmah/Elmah) | | [No](https://github.com/elmah/Elmah/issues/407) | [No](https://github.com/elmah/Elmah/issues/407) | [elmah.github.io](https://elmah.github.io/)
120+
118121
ASP.NET Core contains built-in [logging](https://docs.asp.net/en/latest/fundamentals/logging.html)
119122

120123
## Serialization

0 commit comments

Comments
 (0)