Enterprise Library 6 Supported?
I am unable to find information regarding support for Enterprise Library on the site. Is there support for Enterprise Library 6 or what would be the recommended approach for that?
Thanks, ~David
JSNLog uses the Common.Logging package to interface with the server side logging package. This means that if Common.Logging supports your server side logging package, it can be used with JSNLog.
The Common.Logging web site shows configuration examples for a number of logging packages, including Enterprise Library: http://netcommon.sourceforge.net/docs/2.1.0/reference/html/ch01.html
However, this goes only up to Enterprise Library 5. I have no experience with Enterprise Library and never tested it with Common.Logging. Other users of Enterprise Library 6 have asked for Common.Logging support, but I don't know the status of this: https://github.com/net-commons/common-logging/issues/31
A pull request was issued 3 days ago to add EntLib 6 support to Common.Logging. Hopefully we can see a new version soon-ish.
Did ya'll ever resolve this?
Yeah, did you ever fix this?