|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Logger in mx4j.log |
Subclasses of Logger in mx4j.log | |
class |
CommonsLogger
Log that redirects log calls to Jakarta Commons Logging. |
class |
FileLogger
This logger logs to a file. |
class |
Log4JLogger
Log that redirects log calls to a Log4J Logger. |
static class |
LoggerBroadcaster.LoggerNotifier
|
class |
MBeanLogger
This logger forwards log requests to an MBean, that must have an operation with signature |
Methods in mx4j.log that return Logger | |
protected Logger |
LoggerBroadcaster.createLoggerPrototype()
|
static Logger |
Log.getLogger(java.lang.String category)
Returns a new instance of a Logger associated with the given category ;
if Log.redirectTo(mx4j.log.Logger) has been called then a new instance of the prototype Logger, associated with the given
category |
Methods in 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 mx4j.monitor |
Methods in mx4j.monitor that return Logger | |
protected Logger |
MX4JMonitor.getLogger()
|
Uses of Logger in mx4j.remote |
Methods in mx4j.remote that return Logger | |
protected static Logger |
ProviderHelper.getLogger()
|
protected Logger |
DefaultRemoteNotificationServerHandler.getLogger()
|
protected Logger |
AbstractRemoteNotificationClientHandler.getLogger()
|
Uses of Logger in mx4j.server.interceptor |
Methods in mx4j.server.interceptor that return Logger | |
protected Logger |
DefaultMBeanServerInterceptor.getLogger()
|
Uses of Logger in mx4j.tools.remote |
Methods in mx4j.tools.remote that return Logger | |
protected Logger |
AbstractJMXConnectorServer.getLogger()
|
Uses of Logger in mx4j.tools.remote.http |
Methods in mx4j.tools.remote.http that return Logger | |
protected Logger |
HTTPService.getLogger()
|
Uses of Logger in mx4j.tools.remote.http.jetty |
Methods in mx4j.tools.remote.http.jetty that return Logger | |
protected Logger |
JettyWebContainer.getLogger()
|
Uses of Logger in mx4j.tools.remote.soap.axis.ser |
Methods in mx4j.tools.remote.soap.axis.ser that return Logger | |
protected Logger |
AxisDeserializer.getLogger()
|
Uses of Logger in mx4j.tools.stats |
Methods in mx4j.tools.stats that return Logger | |
protected Logger |
AbstractStatisticsRecorder.getLogger()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |