Class Messages

java.lang.Object
com.yourkit.probes.builtin.Messages

public final class Messages extends Object
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.
  • 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 be NULL
      message - free text; must not be NULL
      detail - additional description of the message; pass NULL for no description