[jira] Issue Comment Edited: (LOG4NET-201) Add asynchronous logging behavior

2009-02-23 Thread Ron Grabowski (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676124#action_12676124 ] ron edited comment on LOG4NET-201 at 2/23/09 3:47 PM: In a

[jira] Commented: (LOG4NET-201) Add asynchronous logging behavior

2009-02-23 Thread Ron Grabowski (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676124#action_12676124 ] Ron Grabowski commented on LOG4NET-201: --- In a nutshell, I think the extension point

Re: turn up/down message details

2009-02-23 Thread Ron Grabowski
Log4net doesn't have anything built-in to support that. One strategy might be to keep the at DEBUG and set the 's threshold to WARN. If the number of warnings overflows some allowable level, you could change that 's threshold to INFO for a certain amount of time then bump it back up to WARN.