public class SequenceTracer extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addNote(String message)
Add a note on the current thread
|
static void |
addRelation(String source,
String message)
Link from source to current thread.
|
static void |
destroy(String message)
Mark the last action as failure
|
static String |
getThreadName()
Get the thread name sanitized for plantuml
|
static boolean |
isEnabled() |
static void |
mark(String message)
Mark an event.
|
static void |
start(String message)
Mark the beginning of an action
|
static void |
start(String message,
String color)
Mark the beginning of an action
|
static void |
startFrom(String callerThread,
String message)
Mark the beginning of an action initiated by the caller.
|
static void |
startFrom(String callerThread,
String message,
String color)
Mark the beginning of an action initiated by the caller.
|
static void |
stop(String message)
Mark the end of the previous action.
|
public static void startFrom(String callerThread, String message)
public static void startFrom(String callerThread, String message, String color)
public static void addRelation(String source, String message)
public static String getThreadName()
public static boolean isEnabled()
Copyright © 2018 Nuxeo. All rights reserved.