Uses of Class
org.objectweb.howl.log.Configuration
-
Packages that use Configuration 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 Configuration in org.objectweb.howl.log
Fields in org.objectweb.howl.log declared as Configuration Modifier and Type Field Description (package private) Configuration
LogObject. config
Configuration object from Logger that owns this LogBufferManager.Constructors in org.objectweb.howl.log with parameters of type Configuration Constructor Description BlockLogBuffer(Configuration config)
default constructor calls super class constructor.BlockLogBuffer(Configuration config, boolean doWrite)
constructs instance of BlockLogBuffer with file IO disabled.BlockLogBufferSink(Configuration config)
LogBuffer(Configuration config)
default constructor.LogBufferManager(Configuration config)
LogFileManager(Configuration config)
construct LogFileManager with Configuration supplied by caller.Logger(Configuration config)
Construct a Logger using a Configuration supplied by the caller.LogObject(Configuration config)
constructs a LogObject with Configuration supplied by caller. -
Uses of Configuration in org.objectweb.howl.log.xa
Constructors in org.objectweb.howl.log.xa with parameters of type Configuration Constructor Description XALogger(Configuration config)
Construct a Logger using a Configuration supplied by the caller.
-