- Apr 04, 2013
-
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
When the Executor rejects an execute request for a client runner, we summarily close the client socket to avoid a temporary resource leak.
-
Carl Harris authored
-
Carl Harris authored
-
- Apr 03, 2013
-
-
Carl Harris authored
Needed some missing classes from logback master.
-
Carl Harris authored
Not sure if the original author prefers the wildcard import...
-
Carl Harris authored
SSLSocketRemote has an 'ssl' property of type SSLConfiguration.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
SocketRemote is a component that connects to a remote ServerSocketAppender and logs received events according to local configuration.
-
Carl Harris authored
Allows it to be reused for consistency in SocketRemote.
-
Carl Harris authored
-
Carl Harris authored
This class reimplements the much of the reconnect logic of the existing SocketAppenderBase but does so by exposing an API that is easy to integrate in a class that needs to handle automatic outbound connection re-establishment, and in a way that is more easily tested. This should be adopted into SocketAppenderBase after some operational experience is gained with it.
-
Carl Harris authored
Dealing with IOException on Socket.close in each finally where it appears is a pain...
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Carl Harris authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 02, 2013
-
-
Carl Harris authored
LOGBACK-824: add ServerSocketAppender classes to access
-
Carl Harris authored
-
Carl Harris authored
SSLServerSocketAppender has an 'ssl' property of type SSLConfiguration.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
LOGBACK-823: add ServerSocketAppender classes to classic
-
Carl Harris authored
SSLServerSocketAppender has an "ssl" property of type SSLConfiguration.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
Duh.
-
Ceki Gulcu authored
-
Carl Harris authored
Duh.
-
Carl Harris authored
LOGBACK-822: add ServerSocketAppenderBase and SSLServerSocketAppenderBase to core
-
Carl Harris authored
These classes are all part of the implementation and should not be visible outside of the package.
-