Class StackLoggingDelegate

java.lang.Object
wt.jmx.core.mbeans.StackLoggingDelegate
All Implemented Interfaces:
InfoDelegateFactory<NotificationHandlerDelegate>, NotificationHandlerDelegate, NotificationHandlerDelegateFactory

public final class StackLoggingDelegate extends Object implements NotificationHandlerDelegateFactory, NotificationHandlerDelegate
Simple NotificationHandlerDelegateFactory implementation that logs a full stack trace. If its parent NotificationHandler's logger and LogAsLevel are non-null it will use these. Otherwise, it will log to its own logger and use INFO as the logging level.

Supported API: true

Extendable: false