|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
mx4j.adaptor.interceptor | |
mx4j.log | |
mx4j.server | |
mx4j.server.interceptor |
Uses of Logger in mx4j.adaptor.interceptor |
Methods in mx4j.adaptor.interceptor that return Logger | |
protected Logger |
AdaptorInterceptor.getLogger()
|
Uses of Logger in mx4j.log |
Subclasses of Logger in mx4j.log | |
class |
FileLogger
This logger logs to a file. |
class |
Log4JLogger
Log that redirects log calls to a Log4J Category. |
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.server |
Methods in mx4j.server that return Logger | |
protected Logger |
BCELMBeanInvoker.getLogger()
|
Uses of Logger in mx4j.server.interceptor |
Methods in mx4j.server.interceptor that return Logger | |
protected Logger |
DefaultMBeanServerInterceptor.getLogger()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |