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 additionally the condition passed must be true.
voidlogf(LogLevel ll, bool condition, string msg, A args)
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 additionally the condition passed must be true.