org.objectweb.howl.log
Class LogObject

java.lang.Object
  extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

Configuration config
Configuration object from Logger that owns this LogBufferManager.

Constructor Detail

LogObject

LogObject(Configuration config)
constructs a LogObject with Configuration supplied by caller.

Parameters:
config - Configuration object.