net-commons / common-logging

A portable logging abstraction for .NET
http://net-commons.github.io/common-logging
Apache License 2.0
649 stars 205 forks source link

log4net threadcontext-vs-logicalthreadcontext #181

Open robertppn opened 5 years ago

robertppn commented 5 years ago

Is there a way to use the log4net logicalthreadcontext instead of the threadcontext using common-logging? It seems only threadcontext is used by the Ilog.ThreadVariablesContext implementation for log4net.