Uses of Class
org.apache.felix.mosgi.jmx.agent.mx4j.log.Logger

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(java.lang.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, is returned.
 

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, java.lang.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()