finally got some free time to hack-n-slash, err, code. This 0.14 release contains a bunch of real goodies,
like percentile calculation, statsd integration, special logging for stopwatches which go out of the
percentiles and improved configuration options.
Please test; if this release looks good I'm shooting for an 1.0 next.
0.14
====
* Added slow log (finally some use for those Messages).
See README for more info.
* Added tagFieldWidth attribute to PeriodicalLog so that you can
treat your OCD by making sure all your logs line up.
* Added the ability to set another config file name programmatically
with StopWatchFactory.getInstance( filename, factoryname );
* #18: PeriodicalLog logging is now both readable and settable through
JMX.
* #19: Support for Statsd
* PeriodicalLog can now also calculate any percentile you want. By
default it uses 95th, but you can set it with something like this
speed4j.<mylogger>.percentiles = 99, 99.9, 99.99
See README for more information