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.
The text was updated successfully, but these errors were encountered:
In
AppenderSkeleton::closeInternal()
, setmIsClosed
to true, and setmIsActive
to false.But in
AppenderSkeleton::activateOptions()
, it only setmIsActive
to true.Is there have some special reason?
I want to close a FileAppender, at sometime reactivate it, the
mIsClosed
block my way.The text was updated successfully, but these errors were encountered: