Uses of Class
org.objectweb.howl.log.Configuration
Packages that use Configuration
Package
Description
Core functionality for any log file implementation.
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 ConfigurationModifier and TypeFieldDescription(package private) Configuration
LogObject.config
Configuration object from Logger that owns this LogBufferManager.Constructors in org.objectweb.howl.log with parameters of type ConfigurationModifierConstructorDescription(package private)
BlockLogBuffer
(Configuration config) default constructor calls super class constructor.(package private)
BlockLogBuffer
(Configuration config, boolean doWrite) constructs instance of BlockLogBuffer with file IO disabled.(package private)
BlockLogBufferSink
(Configuration config) (package private)
LogBuffer
(Configuration config) default constructor.(package private)
LogBufferManager
(Configuration config) (package private)
LogFileManager
(Configuration config) construct LogFileManager with Configuration supplied by caller.Logger
(Configuration config) Construct a Logger using a Configuration supplied by the caller.(package private)
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 ConfigurationModifierConstructorDescriptionXALogger
(Configuration config) Construct a Logger using a Configuration supplied by the caller.