[jira] Created: (LOG4NET-83) Allow flushing into file every X milliseconds

2006-07-25 Thread Tal G (JIRA)
Allow flushing into file every X milliseconds - Key: LOG4NET-83 URL: http://issues.apache.org/jira/browse/LOG4NET-83 Project: Log4net Issue Type: New Feature Components: Appenders Aff

[jira] Created: (LOG4NET-84) Allow messages to be printed in ascendant order according to date time.

2006-07-25 Thread Tal G (JIRA)
Allow messages to be printed in ascendant order according to date time. --- Key: LOG4NET-84 URL: http://issues.apache.org/jira/browse/LOG4NET-84 Project: Log4net Issue Type:

[jira] Created: (LOG4NET-85) Add .txt to the log file name

2006-07-25 Thread Tal G (JIRA)
Add .txt to the log file name - Key: LOG4NET-85 URL: http://issues.apache.org/jira/browse/LOG4NET-85 Project: Log4net Issue Type: Improvement Components: Appenders Affects Versions: 1.2.10 E

[jira] Created: (LOG4NET-86) In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue

2006-07-25 Thread Tal G (JIRA)
In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue - Key: LOG4NET-86 URL: http://issues.apache.org/jira/browse/LOG4NET-86 P

[jira] Updated: (LOG4NET-86) In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue

2006-07-25 Thread Tal G (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-86?page=all ] Tal G updated LOG4NET-86: - Description: In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue the log4net 1. Open a new file with .-2147483648 extension. And stop d

[jira] Commented: (LOG4NET-86) In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue

2006-07-25 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-86?page=comments#action_12423481 ] Ron Grabowski commented on LOG4NET-86: -- You have a folder with 2,147,483,638 files in it? That's a lot of files. NTFS supports 4,294,967,295 files in a folder

[jira] Commented: (LOG4NET-84) Allow messages to be printed in ascendant order according to date time.

2006-07-25 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-84?page=comments#action_12423484 ] Ron Grabowski commented on LOG4NET-84: -- I don't understand what the problem is or your solution to it. Multi-threaded applications usually don't make guarante

[jira] Resolved: (LOG4NET-85) Add .txt to the log file name

2006-07-25 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-85?page=all ] Ron Grabowski resolved LOG4NET-85. -- Resolution: Duplicate Yes this would be nic to have but adding support for this isn't just a matter of adding one or two lines of code. Duplicate of LOG4N

[jira] Commented: (LOG4NET-83) Allow flushing into file every X milliseconds

2006-07-25 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-83?page=comments#action_12423487 ] Ron Grabowski commented on LOG4NET-83: -- When the application is ending and log4net is shutting down the appenders are flushed. A more general solution would b

[jira] Commented: (LOG4NET-86) In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue

2006-07-25 Thread Tal G (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-86?page=comments#action_12423532 ] Tal G commented on LOG4NET-86: -- I do have only 11 files simultaneously because MaxSizeRollBackups = 10. So I have file .2147483638 up to file .-2147483648 - only 11 fi

[jira] Commented: (LOG4NET-86) In RollingFileAppender when setting CountDirection=1 and the curr size reach int.MaxValue

2006-07-25 Thread Tal G (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-86?page=comments#action_12423533 ] Tal G commented on LOG4NET-86: -- I meant when .-2147483648 is full the problem occur. > In RollingFileAppender when setting CountDirection=1 and the curr size reach >

[jira] Commented: (LOG4NET-84) Allow messages to be printed in ascendant order according to date time.

2006-07-25 Thread Tal G (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-84?page=comments#action_12423535 ] Tal G commented on LOG4NET-84: -- I find myself again and again need to explain to others why a message with later time is located in the log file before a message with

[jira] Commented: (LOG4NET-85) Add .txt to the log file name

2006-07-25 Thread Tal G (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-85?page=comments#action_12423537 ] Tal G commented on LOG4NET-85: -- It is not a line or two, but I did it in 15 minutes. Maybe I didn't do it in the nicest way, but anyway it should not take more than o

[jira] Commented: (LOG4NET-83) Allow flushing into file every X milliseconds

2006-07-25 Thread Tal G (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-83?page=comments#action_12423540 ] Tal G commented on LOG4NET-83: -- I am talking about application that crashed, so it didn't make shutdown. FileAppender is not a BufferedAppender so how will it work? >