[jira] Closed: (LOG4NET-199) log4net not exactly threadsafe?

2009-02-19 Thread Kenneth Shih (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Shih closed LOG4NET-199. Resolution: Invalid See last comment by Ken. This is not a bug in log4net, but a problem the way

[jira] Commented: (LOG4NET-199) log4net not exactly threadsafe?

2009-02-19 Thread Kenneth Shih (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675041#action_12675041 ] Kenneth Shih commented on LOG4NET-199: -- Thanks for the input. I changed the way we c

RE: multi-tier app and log4net

2009-02-19 Thread Walden H. Leverich
> is there a way to intantiate once and use thru out my tiers? The logger is initialized once per app-domain, so as long as you do it at the start of the app you're good. And what's the start of the app for a web site? Global.asax. Here's what we do: In Global.asax: //Log4Net logger, can be init