How-To video: Printing debug information
Prints a string representation of an object to the
trace_log
model execution log.
Name |
Type |
Description |
o |
java.lang.Object |
the object to print |
Name |
Type |
Description |
textFormat |
String |
|
o |
java.lang.Object |
the object to print |
The same as traceToDB(Object) but allows text format syntax like in String.format(String, Object...) function