Package org.objectweb.howl.log
Class LogObject
java.lang.Object
org.objectweb.howl.log.LogObject
- Direct Known Subclasses:
LogBuffer
,LogBufferManager
,LogFileManager
,Logger
base class for all log objects that require
configuration information.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Configuration
Configuration object from Logger that owns this LogBufferManager. -
Constructor Summary
ConstructorsConstructorDescriptionLogObject
(Configuration config) constructs a LogObject with Configuration supplied by caller. -
Method Summary
-
Field Details
-
config
Configuration configConfiguration object from Logger that owns this LogBufferManager.
-
-
Constructor Details
-
LogObject
LogObject(Configuration config) constructs a LogObject with Configuration supplied by caller.- Parameters:
config
- Configuration object.
-