org.jppf.logging.jmx
Interface JmxLogger
- All Superinterfaces:
- NotificationBroadcaster, NotificationEmitter
- All Known Implementing Classes:
- JmxLoggerImpl
public interface JmxLogger
- extends NotificationEmitter
MBean interface for sending log and trace messages as JMX notifications.
- Author:
- Laurent Cohen
|
Method Summary |
void |
log(String message)
Log the specified message with the specified level. |
DEFAULT_MBEAN_NAME
static final String DEFAULT_MBEAN_NAME
- Name of the driver's logger MBean.
- See Also:
- Constant Field Values
log
void log(String message)
- Log the specified message with the specified level.
- Parameters:
message - the message to log.
Copyright © 2005-2010 JPPF Team.