ABLE, Version 1.1b

com.ibm.able
Class AbleTraceLogger

java.lang.Object
  |
  +--com.ibm.logging.LogObject
        |
        +--com.ibm.logging.Gate
              |
              +--com.ibm.logging.LoggerCfg
                    |
                    +--com.ibm.logging.Logger
                          |
                          +--com.ibm.logging.TraceLogger
                                |
                                +--com.ibm.able.AbleTraceLogger

public class AbleTraceLogger
extends com.ibm.logging.TraceLogger
implements com.ibm.logging.IEventType

AbleTraceLogger is a logger class that provides handlers for trace output devices.

Version:
$Revision: 1.2 $, $Date: 2000/01/26 21:06:47 $
See Also:
Serialized Form

Fields inherited from class com.ibm.logging.Logger
ENTRY, EXIT, handlerFailures
 
Fields inherited from class com.ibm.logging.Gate
isLogging
 
Constructor Summary
AbleTraceLogger(java.lang.String theName, java.lang.String theDescription, java.lang.String theFileTarget)
          Construct a TraceLogger and direct output to a file.
 
Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 
Methods inherited from class com.ibm.logging.Logger
data, entry, entry, entry, entry, exception, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, init, log, logEvent, logEvent, message, message, message, message, msg, msg, msg, msg, stackTrace, text, text, text, text
 
Methods inherited from class com.ibm.logging.LoggerCfg
addHandler, addSuppressedKey, getClient, getComponent, getConfig, getHandlers, getMessageFile, getOrganization, getProduct, getServer, getSuppressedKeys, isSynchronous, removeHandler, removeSuppressedKey, setClient, setComponent, setConfig, setMessageFile, setOrganization, setProduct, setServer, setSynchronous
 
Methods inherited from class com.ibm.logging.Gate
addFilter, getFilters, isLoggable, isLogging, removeAllFilters, removeFilter, setLogging
 
Methods inherited from class com.ibm.logging.LogObject
addEventClass, clone, getDescription, getEventClasses, getGroup, getName, isManaged, removeEventClass, setDescription, setGroup, setManaged, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbleTraceLogger

public AbleTraceLogger(java.lang.String theName,
                       java.lang.String theDescription,
                       java.lang.String theFileTarget)
Construct a TraceLogger and direct output to a file. Uses class variables to determine which loggers to use.
Parameters:
theName - the name of the logger.
theDescription - the description of the logger.
theFileName - the name of the file to receive the trace statements.
Method Detail

Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'