Re: Change logging file while logging.
Posted By:
ankush_purwar
Posted On:
Tuesday, March 7, 2006 01:48 PM
It seems you want control over the rollover condition.
When it should create a new file. Why not you extend rolling file appender and override the rollover functionality only.
Hope it helps you.