| Interface | Description |
|---|---|
| Tracer.LevelChangeCallback |
Interface used to dispatch level change notifications
|
| Class | Description |
|---|---|
| TraceFormatter |
Class used to format trace messages.
|
| TraceFormatterRaw |
Class used when trace messages need to be passed through without formatting.
|
| TraceHistoryHandler |
Implements a 'history' handler.
|
| TraceLoggerFactory |
Factory class used to manage trace loggers and handlers.
|
| TraceLoggerFactory.ForkHandler |
Implements a 'fork' trace handler.
|
| TraceLoggerFactory.NullHandler |
Implements a 'null' handler.
|
| TraceLoggerFactory.StderrHandler |
Implements the 'stderr' trace handler
This handler directs all trace to
System.err
|
| TraceLoggerFactory.StdoutHandler |
Implements a 'stdout' trace handler.
|
| Tracer |
The platform trace logger.
|
| TracerRegistry |
The tracer registry.
|
| Enum | Description |
|---|---|
| Tracer.Level |
Defines the various trace levels.
|
Implements the X Platform's trace framework.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.