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. |
|
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 |
log
protected Logger log
- A logging object. The logging object is used to simplify the logging of
output in subclasses.
LoggingObject
public LoggingObject()
- Constructs a new LoggingObject.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.