org.objectweb.howl.log
Class LogObject
java.lang.Object
org.objectweb.howl.log.LogObject
- Direct Known Subclasses:
- LogBuffer, LogBufferManager, LogFileManager, Logger
class LogObject
- extends Object
base class for all log objects that require
configuration information.
- Author:
- girouxm
|
Field Summary |
(package private) Configuration |
config
Configuration object from Logger that owns this LogBufferManager. |
|
Constructor Summary |
LogObject(Configuration config)
constructs a LogObject with Configuration supplied by caller. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
Configuration config
- Configuration object from Logger that owns this LogBufferManager.
LogObject
LogObject(Configuration config)
- constructs a LogObject with Configuration supplied by caller.
- Parameters:
config - Configuration object.