|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to plug in provider for providing logging.
Field Summary | |
static int |
DEBUG
|
static int |
ERROR
|
static int |
FATAL
|
static int |
INFO
|
static int |
WARN
|
Method Summary | |
java.lang.Object |
getContext(java.lang.String name)
Get object representing context of logger. |
boolean |
isEnabled(java.lang.Object context,
int level)
Check whether logging is enabled for particular context/level combination. |
void |
log(java.lang.Object context,
int level,
java.lang.Object msg,
java.lang.Throwable throwable)
Log a message. |
Methods inherited from interface com.opensymphony.provider.Provider |
destroy, init |
Field Detail |
public static final int DEBUG
public static final int ERROR
public static final int FATAL
public static final int INFO
public static final int WARN
Method Detail |
public java.lang.Object getContext(java.lang.String name)
public boolean isEnabled(java.lang.Object context, int level)
public void log(java.lang.Object context, int level, java.lang.Object msg, java.lang.Throwable throwable)
|
See www.opensymphony.com for more information. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |