I've searched the documentation located in the logback manual for an appender that will encrypt the log messages to a local file. The SSLServerSocketAppender seems to be exactly what I want except for the part that sends the log messages to a remote server. I just want the logs encrypted to a local file using an SSL key. I know I could write my own implementation, but I'd rather reuse an already existing one if possible. So far I haven't been able to find one.
Is there an Appender, or an encoder that could be used in conjunction with a RollingFileAppender, that allows encrypting (with an SSL key) the log messages to the local file system rather than to a remote server?