-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flush at exit #281
Flush at exit #281
Conversation
Shouldn't |
|
Perhaps you also could include SocketOutputStream and ODBCAppender? |
I can't support SocketOutputStream, it doesn't have enough internal infrastructure for flushing, in particular, there is no apr-Pool instance, which is placed in more derived types. (It's not actually used for flushing, but I don't able to make a second layer of stubs) |
OK, but as XMLSocketAppender calls flush() in each append(), I suggest the change XMLSocketAppender is not required. |
Flushing all buffered data during the static deinitialization phase.