| Constructor and Description |
|---|
JavaLogger() |
| Modifier and Type | Method and Description |
|---|---|
Level |
convertLevel(int level) |
boolean |
isEnabled(String context,
int msgLevel)
Is the logging for the given context at the specified message level enabled.
|
void |
log(int level,
String context,
Object msg) |
void |
log(int level,
String context,
Throwable t,
Object msg) |
void |
shutdown()
Shut down this listener, requesting it clean up and release any resources it
may have acquired during its use.
|
public boolean isEnabled(String context, int msgLevel)
Loggerpublic Level convertLevel(int level)
public void shutdown()
LoggerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.