| Package | Description |
|---|---|
| mx4j.log | |
| mx4j.monitor | |
| mx4j.remote | |
| mx4j.server.interceptor | |
| mx4j.tools.remote | |
| mx4j.tools.remote.http | |
| mx4j.tools.remote.http.jetty | |
| mx4j.tools.stats |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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). |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
MX4JMonitor.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected static Logger |
ProviderHelper.getLogger() |
protected Logger |
AbstractRemoteNotificationClientHandler.getLogger() |
protected Logger |
DefaultRemoteNotificationServerHandler.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
DefaultMBeanServerInterceptor.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
AbstractJMXConnectorServer.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
HTTPService.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
JettyWebContainer.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
AbstractStatisticsRecorder.getLogger() |