Trace
is used to log anything for trace message info happens at a specific time. Such as an debug or info message.
All CAT message will be constructed as a message tree and send to back-end for further analysis, and for monitoring. Only Transaction
can be a tree node, all other message will be the tree leaf. The transaction without other messages nested is an atomic transaction.
Trace
interface represents an trace log for various connection events. A trace is not limited to low level I/O events it can also gather event data that relates to protocol specific events. Using a trace in this manner enables problems to be solved with connections as they arise. When implementing a Trace
there should be special attention paid to its affect on the performance of the server. The trace is used deep within the core and any delays experienced in the trace will be reflected in the performance of the server.
@author Niall Gallagher
@see org.simpleframework.transport.trace.Agent
The following features are supported:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|