Uses of Interface
org.objectweb.howl.log.LogEventListener
-
Packages that use LogEventListener Package Description org.objectweb.howl.log Core functionality for any log file implementation.org.objectweb.howl.log.xa 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 LogEventListener Modifier and Type Field Description private LogEventListener
LogFileManager. eventListener
The LogEventListener registered by the application that owns the logger.Methods in org.objectweb.howl.log with parameters of type LogEventListener Modifier and Type Method Description (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 LogEventListener Modifier and Type Class Description class
XALogger
A specialized subclass ofLogger
intended to provide functionality required by any XA Transaction Manager.Fields in org.objectweb.howl.log.xa declared as LogEventListener Modifier and Type Field Description (package private) LogEventListener
XALogger. eventListener
LogEventListener registered by TM that instantiated this XALogger.Methods in org.objectweb.howl.log.xa with parameters of type LogEventListener Modifier and Type Method Description void
XALogger. setLogEventListener(LogEventListener eventListener)
Saves a reference to callers LogEventListener.
-