AnyLogic
Expand
Font size

trace

trace(Object o)

Description
Prints a string representation of an object to the standard output stream.
Parameters
Name Type Description
o Object The object to print.

trace(String textFormat, Object... args)

Description
The same as trace(Object) but allows text format syntax like in String.format(String, Object...) function.
How can we improve this article?