log

This function logs data.

In order for the data to be processed the LogLevel of the sharedLog must be greater or equal to the defaultLogLevel.

Parameters

args A

The data that should be logged.

Examples

log("Hello World", 3.1415);

Meta

Suggestion Box / Bug Report