Skip to content

v2.0.0

Compare
Choose a tag to compare
@pixeldroid pixeldroid released this 03 Jan 03:19
· 11 commits to master since this release
  • convert LogLevel to enum
  • extract helper classes to pixeldroid.util.log package
  • add a file printer
  • add cli demo to illustrate Log with console and file printers
  • add multi-printer to tee log messages to multiple outputs
  • add tests, separate into more granular files
  • show use of multi-printer in cli demo