[jira] [Created] (LOG4NET-332) I'm looking for the ability to set up a hierarchy of appenders, if a log to an ADONETAppender fails, log4net could then log to one of more "back-up" appenders

2012-04-10 Thread stalinsubash (Created) (JIRA)
I'm looking for the ability to set up a hierarchy of appenders, if a log to an ADONETAppender fails, log4net could then log to one of more "back-up" appenders ---

[jira] [Created] (LOG4NET-333) AssemblyVersionAttribute should specify less precise version

2012-04-10 Thread Andrew Arnott (Created) (JIRA)
AssemblyVersionAttribute should specify less precise version Key: LOG4NET-333 URL: https://issues.apache.org/jira/browse/LOG4NET-333 Project: Log4net Issue Type: Bug Comp

[jira] [Commented] (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2012-04-10 Thread Joshua Masek (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250774#comment-13250774 ] Joshua Masek commented on LOG4NET-27: - >>Are there enough people watching this issue w

[jira] [Closed] (LOG4NET-332) I'm looking for the ability to set up a hierarchy of appenders, if a log to an ADONETAppender fails, log4net could then log to one of more "back-up" appenders

2012-04-10 Thread Ron Grabowski (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Grabowski closed LOG4NET-332. - Resolution: Duplicate See LOG4NET-1 > I'm looking for the ability to set up a h

[jira] [Commented] (LOG4NET-332) I'm looking for the ability to set up a hierarchy of appenders, if a log to an ADONETAppender fails, log4net could then log to one of more "back-up" appenders

2012-04-10 Thread Ron Grabowski (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251210#comment-13251210 ] Ron Grabowski commented on LOG4NET-332: --- If the AdoNetAppender fails and you switch

[jira] [Commented] (LOG4NET-331) AdoNetAppender errors when writing Asp.net item when Request object is null

2012-04-10 Thread Ron Grabowski (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251223#comment-13251223 ] Ron Grabowski commented on LOG4NET-331: --- At first glance it looks like it pattern d

[jira] [Commented] (LOG4NET-266) AdoNetAppender does not work on a IIS 7 website using Windows authentication

2012-04-10 Thread Ron Grabowski (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251229#comment-13251229 ] Ron Grabowski commented on LOG4NET-266: --- Catching ObjectDisposedException in this c

Re: [jira] [Commented] (LOG4NET-331) AdoNetAppender errors when writing Asp.net item when Request object is null

2012-04-10 Thread George Chung
The title is not correct. Request is a property whose code throws an exception. On Tue, Apr 10, 2012 at 6:11 PM, Ron Grabowski (Commented) (JIRA) < j...@apache.org> wrote: > >[ > https://issues.apache.org/jira/browse/LOG4NET-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tab

Re: Proposed bug fix for AspNetRequestPatternConverter.Convert()

2012-04-10 Thread Ron Grabowski
The converter is trying to protect itself...the base class checks to make sure HttpContext.Current is not null then a check against Request is made: // AspNetRequestPatternConverter protected override void Convert(TextWriter writer, LoggingEvent loggingEvent, HttpContext httpContext) {     if