Uses of Interface
org.objectweb.howl.log.LogEventListener
Packages that use LogEventListener
Package
Description
Core functionality for any log file implementation.
Provides public logger classes customized for use with XA Transaction
Managers.
-
Uses of LogEventListener in org.objectweb.howl.log
Fields in org.objectweb.howl.log declared as LogEventListenerModifier and TypeFieldDescriptionprivate LogEventListener
LogFileManager.eventListener
The LogEventListener registered by the application that owns the logger.Methods in org.objectweb.howl.log with parameters of type LogEventListenerModifier and TypeMethodDescription(package private) void
LogFileManager.setLogEventListener
(LogEventListener eventListener) Registers a LogEventListener for log event notifications.void
Logger.setLogEventListener
(LogEventListener eventListener) Registers a LogEventListener for log event notifications. -
Uses of LogEventListener in org.objectweb.howl.log.xa
Classes in org.objectweb.howl.log.xa that implement LogEventListenerModifier and TypeClassDescriptionclass
A specialized subclass ofLogger
intended to provide functionality required by any XA Transaction Manager.Fields in org.objectweb.howl.log.xa declared as LogEventListenerModifier and TypeFieldDescription(package private) LogEventListener
XALogger.eventListener
LogEventListener registered by TM that instantiated this XALogger.Methods in org.objectweb.howl.log.xa with parameters of type LogEventListenerModifier and TypeMethodDescriptionvoid
XALogger.setLogEventListener
(LogEventListener eventListener) Saves a reference to callers LogEventListener.