- java.lang.Object
-
- aeonics.entity.Debug
-
public class Debug extends java.lang.Object
This class can be used from anywhere in the system to send troubleshooting information to be processed as data.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
debug(java.lang.String key, java.lang.Object... values)
Generate debug data.static void
register()
-
-
-
Method Detail
-
register
public static void register()
-
debug
public static void debug(java.lang.String key, java.lang.Object... values)
Generate debug data. The call stack trace will be included in the message- Parameters:
key
- the message key (seeMessage.key()
)values
- all the values that should be included
-
-