[jira] [Commented] (LOG4NET-340) Exception during StringFormat: Input string was not in a correct format.

2012-06-03 Thread Deepak Kumar Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288093#comment-13288093 ] Deepak Kumar Bhatt commented on LOG4NET-340: I got the resolution, thanks for

Re: Proposed bug fix for AspNetRequestPatternConverter.Convert()

2012-06-03 Thread Stefan Bodewig
On 2012-04-11, Ron Grabowski wrote: > 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: > Sounds like checking the property throws an exception. Its probably ok > to just add in a try/catch and

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

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-331. Resolution: Fixed Fix Version/s: 1.2.12 fixed with svn revision 1345626

[jira] [Commented] (LOG4NET-330) Service fails to start if MailAppender threshold value is INFO or lower.

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288099#comment-13288099 ] Stefan Bodewig commented on LOG4NET-330: My first guess is your mail appender is

[jira] [Resolved] (LOG4NET-328) Log4Net for Windows 2008 64bit machine

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-328. Resolution: Invalid user question, not an issue > Log4Net for Windows 200

[jira] [Resolved] (LOG4NET-324) Method not found: 'log4net.Config.XmlConfigurator.Configure'

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-324. Resolution: Won't Fix Yes, you are right, we've broken binary compatibility. There is no

[jira] [Reopened] (LOG4NET-320) Location Information

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig reopened LOG4NET-320: why has this issue been resolved? > Location Information > --

[jira] [Commented] (LOG4NET-320) Location Information

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288110#comment-13288110 ] Stefan Bodewig commented on LOG4NET-320: Relocating the code sounds good to me.

[jira] [Commented] (LOG4NET-321) Add AppSettings lookup to configuration reader value setting

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288113#comment-13288113 ] Stefan Bodewig commented on LOG4NET-321: Yes, I think this could be modelled like

[jira] [Commented] (LOG4NET-325) Scan repository properties in PropertyPatternConverter

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288114#comment-13288114 ] Stefan Bodewig commented on LOG4NET-325: IIUC you don't want the pattern converte

[jira] [Commented] (LOG4NET-326) Add a null logger implementation

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288115#comment-13288115 ] Stefan Bodewig commented on LOG4NET-326: I agree this could be useful, we'd proba

[jira] [Commented] (LOG4NET-329) Allow creation of UTF-8 logs without a BOM.

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288118#comment-13288118 ] Stefan Bodewig commented on LOG4NET-329: FileAppender's Encoding property is a Sy

Trouble Creating API Docs

2012-06-03 Thread Stefan Bodewig
Hi all, we currently create the online API docs via the ancient NDoc and HTML Help compiler combo. When I put together the 1.2.11 release I was lucky enough to use a machine that had been in use for a long time and so had all the required pieces installed. Now my dev environment is a freshly set

[jira] [Commented] (LOG4NET-335) Lost the ability to monitor changes to logger config files when you call ConfigureAndWatch multiple times with different Config File Names - worked fine on 1.2.10.0

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288120#comment-13288120 ] Stefan Bodewig commented on LOG4NET-335: This is likely a side effect of svn revi

[jira] [Commented] (LOG4NET-336) Enabling ImmediateFlush on a RollingFileAppender has no effect

2012-06-03 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288122#comment-13288122 ] Stefan Bodewig commented on LOG4NET-336: Not easy to write a testcase for this.

Re: (LOG4NET-338) Port of log4net for MonoDroid

2012-06-03 Thread Stefan Bodewig
Hi, [CCing you since I'm not sure you are subscribed to the list] > I've made a port of log4net to MonoDroid (Mono for Android). This really looks interesting. Can you tell us a little bit about it - I must admit I'm a total ignorant when it comes to MonoDroid. Have you faced any major problem

Re: Trouble Creating API Docs

2012-06-03 Thread Ryan Boggs
Hey Stefan, If I am not mistaken, you should be able to build docs using sandcastle via command line by creating a shfbproj project file with the sandcastle options and run it through msbuild. I have not attempted this but it's written in multiple sites. Ex: http://www.codeproject.com/Articles/1