log
Logs a key-value pair to all registered backends.
Parameters
key
The caption/label for the data.
value
The string value to display.
Logs a key-value pair to all registered backends, automatically calling toString().
Parameters
key
The caption/label for the data.
value
The object to display.
Logs a raw string line to all registered backends.
Parameters
line
The string line to display.