>> <file value="bla.log"/>
>> <datePattern value="yyyyMMddHHmm" />
>> <rollFileConfiguration>
>> <rollFileCondition size="5MB" />
>> <rollFileLimitation maxcount="5" />
>> </rollFileConfiguration>
>
> Grouping the properties that affect the rolling strategy and separating
> them from the others makes sense to me.

It may be even a nice to implement it like that. This opens ways to
something like this:

<rollFileConfiguration>
  <rollFileAndCondition>
    <rollFileCondition size="5MB" />
    <rollFileCondition when="daily" />
  </rollFileAndCondition>
</rollFileConfiguration>

But I don't know if that really fits into the "log4net is a clone of
log4j" philosophy. :-)
-- 
Dominik Psenner
## OpenPGP Key Signature #################################
# Key ID: B469318C                                       #
# Fingerprint: 558641995F7EC2D251354C3A49C7E3D1B469318C  #
##########################################################

Reply via email to