EnterpriseLibrary / logging-application-block

Apache License 2.0
1 stars 9 forks source link

Logger aspnetcore #1

Open ghost opened 5 years ago

ghost commented 5 years ago

This package is extension to EnterpriseLibrary Logging for ASP.NET Core 2. This package extend IWebHostBuilder to register custom ILoggerProvider implementation. Now is possible use ASP.NET Core dependency injection to write log message. I've create a sample application to how to use it.

I've found and fixed some errors (only on .NET Core) to initialize TextWriterTraceListener class (Writer is null).

ghost commented 5 years ago

News?

Chavoshi commented 5 years ago

@alessandro-chiavegato-work, We have some ongoing development which is in progress now and we'll get to this PR in a near future.