Package com.yourkit.probes.builtin
Class Messages
java.lang.Object
com.yourkit.probes.builtin.Messages
Provides a utility method to store arbitrary text messages.
They will be shown in the "Message" table on the "Event" tab.
See this help topic for detail.
See this help topic for detail.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
message
public static void message(@NotNull String category, @NotNull String message, @Nullable String detail) - Parameters:
category
- free text description of message category, which can be used to filtering messages of different origin; must not beNULL
message
- free text; must not beNULL
detail
- additional description of the message; passNULL
for no description
-