Tag: logging

  1. Adding simple logging to scala project

    Recently i wanted to add some simple logging to tests in my scala project so it would be easier to understand with wich generated values i'm facing in each test. After some trials i came up to this nice and easy solution To set it up you just need to…

    on scala logging