This function logs data in a printf-style manner.
In order for the data to be processed the LogLevel of the log call must be greater or equal to the LogLevel of the sharedLog and the defaultLogLevel.
The LogLevel used by this log call.
The printf-style string.
The data that should be logged.
logf(LogLevel.warning, "Hello World %f", 3.1415);
See Implementation
This function logs data in a printf-style manner.
In order for the data to be processed the LogLevel of the log call must be greater or equal to the LogLevel of the sharedLog and the defaultLogLevel.