Stephen's Java Adventures

Various musings arising from exploring JavaEE5, glassfish, NetBeans, Eclipse, JUnit, Jester, Easymock...

Monday, December 05, 2016

The costs of guarding logging with Apache Log4J version 2

›
Another interesting tidbit: @Benchmark public void debug1Arg_date(Blackhole blackhole) { LOGGER .debug( "Started at %s" , new...

The costs of other logging frameworks

›
You asked for it. Logback: @Benchmark public void debug1Arg_date(Blackhole blackhole) { LOGGER .debug( "Started at {}" , new...

The costs of Java Utils Logging

›
One of my colleagues had a question: Wondering what is worse: concatenation of strings for a log, or creating an array to pass those param...
Monday, September 08, 2014

Version numbers

›
If there are two only things guaranteed to cause all out war between developers, my vote is that those two things are: Code formatting con...
Monday, July 28, 2014

Log4j 2.0 Async loggers and immutability

›
One of the headline grabbing things that people seem to be raving about over Log4J 2.0 is async loggers. Now do not get me wrong, they are ...
›
Home
View web version

About Me

Stephen Connolly
View my complete profile
Powered by Blogger. Report Abuse.