wt.log4j.jmx
Interface JMXAppenderMonitorMBean

All Superinterfaces:
AppenderMonitorMBean, SelfEmailingMBean

public interface JMXAppenderMonitorMBean
extends AppenderMonitorMBean

Log4j JMX appender; produces JMX notifications in response to logging events

Supported API: true

Extendable: true


Field Summary
static String LOG_EVENT_NOTIF_TYPE
          Type of notification produced when log4j logging event is received by JMX appender

Supported API: true
 
Method Summary
 boolean getIncludeDetailedData()
          Whether detailed data beyond the logger message, as generated by the layout if specified, will be included in the notification as user data

Supported API: true
 void setIncludeDetailedData(boolean includeDetailedData)
          Whether detailed data beyond the logger message, as generated by the layout if specified, will be included in the notification as user data

Supported API: true
 
Methods inherited from interface wt.log4j.jmx.AppenderMonitorMBean
getAppenderClassname, getLayout, setLayout
 
Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
 

Field Detail

LOG_EVENT_NOTIF_TYPE

static final String LOG_EVENT_NOTIF_TYPE
Type of notification produced when log4j logging event is received by JMX appender

Supported API: true

Method Detail

getIncludeDetailedData

boolean getIncludeDetailedData()
Whether detailed data beyond the logger message, as generated by the layout if specified, will be included in the notification as user data

Supported API: true


setIncludeDetailedData

void setIncludeDetailedData(boolean includeDetailedData)
Whether detailed data beyond the logger message, as generated by the layout if specified, will be included in the notification as user data

Supported API: true