java - Maxindex in FixedWindowrollingpolicy -


i want know if maxindex reached in case of fixedwindowrollingpolicy. writes logs.

i using , given maxindex 10. once reaches 10. not able find logs writing?

please help....

according documentation of class org.apache.log4j.rolling.fixedwindowrollingpolicy, files deleted. not written anywhere else.

let max , min represent values of respectively maxindex , minindex options. let "foo.log" value of activefile option , "foo.%i.log" value of filenamepattern. then, when rolling over, file foo.max.log deleted, file foo.max-1.log renamed foo.max.log, file foo.max-2.log renamed foo.max-1.log, , on, file foo.min+1.log renamed foo.min+2.log. lastly, active file foo.log renamed foo.min.log , new active file name foo.log created.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -