|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

I think I might have partially answered your question about the end-point with issue LOGBACK-816. My goal here is to create an SSL-capable SocketAppender subclass that can be configured (via Joran) with the various resources needed for an SSLContext, and to create the corresponding SSL-capable SimpleSocketServer subclass for the remote endpoint. In order to do that, I need the suggested modifications to SocketAppenderBase and SimpleSocketServer -- otherwise I end up duplicating a lot of the work you already put into these classes.