Logback HTMLLayout
Logback HTMLLayout outputs events in an HTML table. The content of the table columns is specified using a conversion pattern in the encoder property. 1. HTMLLayout Sample Configuration For quick reference, this is the configuration file we will be referring. It logs into c:/temp/logs/applicationLogs.html file and rolls-over daily. 2. Dependencies Logback requires three modules in …