Have you tried the GlobalContext? --- tinhuty he <[EMAIL PROTECTED]> wrote:
> How can I set a property in application level so that all logs > produced from > that application will have this property in log file, including all > logs > produced from other assemblies used by this application? > > For example I want to all my log has an property "appname" to stored > the > value of application name. I tried to set an application name: > ThreadContext.Properties["appname"] = "App1"; > This doesn't work as what I wanted. Some of the log entries don't > have this > property. > > How should I approach it? > > Thanks.
