Package org.nuxeo.common.logging
Class SequenceTracer
java.lang.Object
org.nuxeo.common.logging.SequenceTracer
Deprecated.
Helper to log information that can be displayed using plantuml to render sequence UML diagram.
- Since:
- 8.1
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated.static void
addRelation
(String source, String message) Deprecated.static void
Deprecated.static String
Deprecated.static boolean
Deprecated.static void
Deprecated.static void
Deprecated.static void
Deprecated.static void
Deprecated.static void
Deprecated.static void
Deprecated.
-
Method Details
-
mark
Deprecated.Mark an event. -
start
Deprecated.Mark the beginning of an action -
start
Deprecated.Mark the beginning of an action -
startFrom
Deprecated.Mark the beginning of an action initiated by the caller. -
startFrom
@Deprecated(since="11.1") public static void startFrom(String callerThread, String message, String color) Deprecated.Mark the beginning of an action initiated by the caller. -
stop
Deprecated.Mark the end of the previous action. -
destroy
Deprecated.Mark the last action as failure -
addNote
Deprecated.Add a note on the current thread -
addRelation
Deprecated.Link from source to current thread. -
getThreadName
Deprecated.Get the thread name sanitized for plantuml -
isEnabled
Deprecated.
-
Tracing
instead.