ApacheConEU - part 11 (last part)
November 20, 2012
ApacheConEU - part 11 (last part) # One of the last sessions covered logging frameworks for Java. Christian Grobmeier started by detailing the common requirements for all logging frameworks: Speed - developers do not want to pay a disproportional penalty for using a logging framework. Fail-safety and reliability - under no circumstances should your logging framework kill your application. In addition it would be most annoying to find that one log message that would help you de-cypher the problem your application ran into missing. ...