Prints a message or object to the log.
This helper takes one argument, obj
, which can be any type.
The obj
is converted to a string and logged as an informational message.
E.g.
print("hello world")
Prints a message or object to the log.
This helper takes one argument, obj
, which can be any type.
The obj
is converted to a string and logged as an informational message.
E.g.
print("hello world")