azure_ss | 28 May 2012 05:22
Picon

something that combines pattern file appender and rolling file appender in 1.2.11?


Hi, I am wondering if there is some way to achieve something that combines
pattern file appender and rolling file appender? For example, I have
multiple threads writing to different files, the file name is based on the
property I passed in(the thread id or session id). and each log file should
be rollable like the rolling file appender. I wrote a
patternrollingfileappender in the past for 1.2.10. Just wondering if such
feature is already supported in 1.2.11 or not?
--

-- 
View this message in context: http://old.nabble.com/something-that-combines-pattern-file-appender-and-rolling-file-appender-in-1.2.11--tp33917952p33917952.html
Sent from the Log4net - Dev mailing list archive at Nabble.com.

azure_ss | 7 Jun 2012 16:30
Picon

Re: something that combines pattern file appender and rolling file appender in 1.2.11?


I developed a PatternRollingFileAppender for log4net for 1.2.11. You can
download it from here:
http://log4netprfappender.codeplex.com/

azure_ss wrote:
> 
> Hi, I am wondering if there is some way to achieve something that combines
> pattern file appender and rolling file appender? For example, I have
> multiple threads writing to different files, the file name is based on the
> property I passed in(the thread id or session id). and each log file
> should be rollable like the rolling file appender. I wrote a
> patternrollingfileappender in the past for 1.2.10. Just wondering if such
> feature is already supported in 1.2.11 or not?
> 

--

-- 
View this message in context: http://old.nabble.com/something-that-combines-pattern-file-appender-and-rolling-file-appender-in-1.2.11--tp33917952p33976058.html
Sent from the Log4net - Dev mailing list archive at Nabble.com.


Gmane