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
In AppenderSkeleton::closeInternal(), set mIsClosed to true, and set mIsActive to false.
But in AppenderSkeleton::activateOptions(), it only set mIsActive to true.
Is there have some special reason?
I want to close a FileAppender, at sometime reactivate it, the mIsClosed block my way.