Hello team, in the warm laziness of a summer Saturday I was thinking about a way for having in oak a timing facility for logging/benchmarking "critical" part of the code. Something that we could put the logging to DEBUG and we start see the information.
I started writing this quick sample https://gist.github.com/davidegiannella/107f1f6bd16058020b64 any feedback? By using slf4j we would be enable to replace the System.out with a LOG.debug and most of the magic would be done. Don't know what the actual overhead for the class creation would be but I like the layout within the code. Any feedbacks? Cheers Davide
