org.mortbay.util
Class LogSupport
java.lang.Object
org.mortbay.util.LogSupport
public class LogSupport
extends java.lang.Object
Log Support class.
static void | ignore(Log log, Throwable th) - Ignore an exception unless trace is enabled.
|
EXCEPTION
public static final String EXCEPTION
IGNORED
public static final String IGNORED
NOT_IMPLEMENTED
public static final String NOT_IMPLEMENTED
ignore
public static void ignore(Log log,
Throwable th)
Ignore an exception unless trace is enabled.
This works around the problem that log4j does not support the trace level.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.