AnyLogic
Expand
Font size

traceToDB

traceToDB(Object o)

Description
Prints a string representation of an object to the trace_log model execution log.
Parameters
Name Type Description
o java.lang.Object the object to print

traceToDB(String textFormat, Object... args)

Parameters
Name Type Description
textFormat String A format string
o java.lang.Object the object to print
Description
The same as traceToDB(Object) but allows text format syntax like in String.format(String, Object...) function.
How can we improve this article?