You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RollingFileAppender is only for rolling by size. If you want time based rolling, you would use TimeBasedRollingFileAppender. But TimeBasedRollingFileAppender does not roll by size.
This is my
log4cplus.properties
file:And this is my simple application to test
rotating
feature:I run the application many times to reach 3KB, but it doesn't rotate file(i don't see any .zip file in log directory).
The text was updated successfully, but these errors were encountered: