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