|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
AbleTraceLogger is a logger class that provides handlers for trace output devices.
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 |
public AbleTraceLogger(java.lang.String theName, java.lang.String theDescription, java.lang.String theFileTarget)
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 |
public static java.lang.String Copyright()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |