public class StaticNoDebugLogger extends Trace(Code)
This is a wrapper where debug logging has been statically disabled. It
should improve the performance if one wants to completely disable debug
traces.
author: Emmanuel Cecchet version: 1.0
Constructor Summary
public
StaticNoDebugLogger(Logger log4jLogger) Creates a new StaticNoDebugLogger object from a given log4j
Logger.