sosy-lab / java-common-lib

SoSy-Lab Java Common Library
https://www.sosy-lab.org
Apache License 2.0
12 stars 11 forks source link

Add MultiLineLogFormatter #30

Closed BCSol closed 4 years ago

BCSol commented 4 years ago

MultiLineLogFormatter that supports color mode when attached to console. Prints timestamp, log level, first log message line, and component description in this order as first line. Appends remaining log message lines as additional lines.

Make the LogFormatter used in the VerifierCloud available for the witness-browser.