Package com.priint.pubserver.tracing
Session tracing
By using the methods of Tracer or SessionTracer you can add information into a special end-user oriented log in the database.
Messages can be more informative compared to simple logging. Traces will only be written, if the current user session has the appropriate flag.
- Since:
- 4.0.0
-
Interface Summary Interface Description TraceManagerLocal Interface to use the Tracer Manager of the Kernel. -
Class Summary Class Description DistinctSession Class representing a simple view on a session.SessionTracer Tracer for writing session specific trace messages into a persistent data store.Tracer Tracer for writing trace messages into a persistent data store.TracerCachedFactory Works similarly to theTracerFactorybut after one successful get it caches the result and returns at further calls.TracerFactory Creates an instance of theTracerclass.TracerMessage Message Class which contains a trace messageTracerMessageList Serializable list of Trace Message objects -
Enum Summary Enum Description TracerMessage.MessageType Enumeration of Message types