Hi LB people,

I wonder what would be the way to create an encrypted file appender. Not sure if it is best to create a complete new appender or encoder.

My strategy is to write encrypted lines, one by one, then logback rotates the file.

Thanks.