|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| org.apache.felix.mosgi.jmx.agent.mx4j.log | |
| org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor | |
| Uses of Logger in org.apache.felix.mosgi.jmx.agent.mx4j.log |
|---|
| Methods in org.apache.felix.mosgi.jmx.agent.mx4j.log that return Logger | |
|---|---|
static Logger |
Log.getLogger(String category)
Returns a new instance of a Logger associated with the given category;
if Log.redirectTo(org.apache.felix.mosgi.jmx.agent.mx4j.log.Logger) has been called then a new instance of the prototype Logger, associated with the given
category |
| Methods in org.apache.felix.mosgi.jmx.agent.mx4j.log with parameters of type Logger | |
|---|---|
static void |
Log.redirectTo(Logger prototype)
Tells to the log service to use the given delegate Logger to perform logging. |
static void |
Log.redirectTo(Logger prototype,
String category)
Tells to the log service to use the given delegate Logger to perform logging for the given
category (that cannot be null). |
| Uses of Logger in org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor |
|---|
| Methods in org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor that return Logger | |
|---|---|
protected Logger |
DefaultMBeanServerInterceptor.getLogger()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||