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
Hi, I want to roll the log daily and in a special size at the same time, and I also use asyncappender.
But I find the asyncappender can only wrap one kind of appender at one time.
Should I rewrite the source code of class RollingFileAppender?
Thank you.