|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAppenderSkeleton
wt.log4j.jmx.JMXAppender
public final class JMXAppender
Log4j Appender which sends JMX notifications for
log events. If a layout is specified, it will be used to construct the
notification message.
This class essentially assumes an MBean will listen to its notifications
and forward them to its listeners.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
boolean |
getIncludeDetailedData()
Return whether detailed data beyond the logger message, as generated by the layout if specified, will be included in the notification as user data. |
void |
setIncludeDetailedData(boolean includeDetailedData)
Set whether detailed data beyond the logger message, as generated by the layout if specified, will be included in the notification as user data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean getIncludeDetailedData()
public void setIncludeDetailedData(boolean includeDetailedData)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||