2004.04.29


com.jdc.lang
Class LoggingObject

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.lang.LoggingObject

public abstract class LoggingObject
extends Object

LoggingObject is the base class for all classes that need to log output. All classes that require a logging capability should extend this class.

Version:
1.0
Author:
Jay Damon

Field Summary
protected  Logger log
          A logging object.
 
Fields inherited from class com.jdc.lang.Object
string
 
Constructor Summary
LoggingObject()
          Constructs a new LoggingObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected Logger log
A logging object. The logging object is used to simplify the logging of output in subclasses.

Constructor Detail

LoggingObject

public LoggingObject()
Constructs a new LoggingObject.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.