previous      content      next
com.yourkit.probes.builtin.Messages

Description

This class is not a probe class itself nor contains probe classes.

Instead, it provides a utility method to store arbitrary text messages.

For this purposes, the class defined a table named "Messages" with columns of string type, and introduces method public static void message(String category, String message, String detail) which creates new row in the table and sets corresponding column values.

The messages can be seen in UI.

Source code location

<Profiler Installation Directory>/probes/src

previous      content      next