@Version(value="1.2")
Interface | Description |
---|---|
Traceable |
The interface for objects that supply a trace-specific string representation.
|
TraceComponentChangeListener |
Simple change listener interface that is driven as
TraceComponent instances are registered and updated. |
TraceStateChangeListener |
The TraceStateChangeListener interface is provided to allow other logging
packages that utilize the systems management and TraceComponent aspects of Tr
to be informed when the trace state changes.
|
Class | Description |
---|---|
DataFormatHelper |
Utilities which provide formatting for date strings (NCSA compliant dates
used in trace records), and padded thread ids, etc.
|
ProtectedString |
The ProtectedString class wraps a String to protect sensitive strings from
accidentally being printed in trace, FFDC, or via
toString() . |
Tr |
This class provides the public interface to the message and trace logging
facility.
|
TraceComponent |
A
TraceComponent represents a single component registered for logging. |
TrConfigurator |
Configurator: Uses a LogProvider configuration to initialize the TrService service.
|
TruncatableThrowable |
An exception which can produce trimmed stack traces.
|