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
---
AssemblyVersionAttribute should specify less precise version
Key: LOG4NET-333
URL: https://issues.apache.org/jira/browse/LOG4NET-333
Project: Log4net
Issue Type: Bug
Comp
[
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
[
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
[
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
[
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
[
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
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
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