public class Log extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
__ignored |
static String |
__logClass |
static boolean |
__verbose |
static String |
EXCEPTION |
static String |
IGNORED |
static String |
IGNORED_FMT |
static String |
NOT_IMPLEMENTED |
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String msg) |
static void |
debug(String msg,
Object arg) |
static void |
debug(String msg,
Object arg0,
Object arg1) |
static void |
debug(Throwable th) |
static Logger |
getLog() |
static Logger |
getLogger(String name)
Obtain a named Logger.
|
static void |
ignore(Throwable th)
Ignore an exception unless trace is enabled.
|
static void |
info(String msg) |
static void |
info(String msg,
Object arg) |
static void |
info(String msg,
Object arg0,
Object arg1) |
static boolean |
isDebugEnabled() |
static void |
setLog(Logger log) |
static void |
warn(String msg) |
static void |
warn(String msg,
Object arg) |
static void |
warn(String msg,
Object arg0,
Object arg1) |
static void |
warn(String msg,
Throwable th) |
static void |
warn(Throwable th) |
public static final String EXCEPTION
public static final String IGNORED
public static final String IGNORED_FMT
public static final String NOT_IMPLEMENTED
public static String __logClass
public static boolean __verbose
public static boolean __ignored
public static void setLog(Logger log)
public static Logger getLog()
public static void debug(Throwable th)
public static void debug(String msg)
public static void ignore(Throwable th)
public static void info(String msg)
public static boolean isDebugEnabled()
public static void warn(String msg)
public static void warn(Throwable th)
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.