wt.log4j.jmx
Interface LayoutMonitorMBean

All Superinterfaces:
SelfEmailingMBean

public interface LayoutMonitorMBean
extends SelfEmailingMBean

Log4j layout

Supported API: true

Extendable: true


Method Summary
 boolean getIgnoresThrowable()
          Whether the layout ignores the logging event's throwable object

Supported API: true
 String getLayoutClassname()
          Name of layout class

Supported API: true
 
Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
 

Method Detail

getLayoutClassname

String getLayoutClassname()
Name of layout class

Supported API: true


getIgnoresThrowable

boolean getIgnoresThrowable()
Whether the layout ignores the logging event's throwable object

Supported API: true