perlindgren / syncrim

17 stars 4 forks source link

Fern log #25

Closed perlindgren closed 1 year ago

perlindgren commented 1 year ago

Flexible logging using fern.

For convenience most previous debugging using println has been demoted to trace. The menu commands are logged as debug. Tests still uses the println and no logging framework is enabled.

(println in normally suppressed in test, but vscode shows the stdout by default, handy for debugging tests).