|
|||||||||||
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 | |
Object |
getContext(String name)
Get object representing context of logger. |
boolean |
isEnabled(Object context,
int level)
Check whether logging is enabled for particular context/level combination. |
void |
log(Object context,
int level,
Object msg,
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 Object getContext(String name)
public boolean isEnabled(Object context, int level)
public void log(Object context, int level, Object msg, Throwable throwable)
|
OSCore Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |