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 add the condition passed must be true.
The condition must be true for the data to be logged.
The data that should be logged.
log(true, "Hello World", 3.1415);
See Implementation
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 add the condition passed must be true.