Function Log.logf

Log message with arbitrary log level with format string

void logf(S...)(
  LogLevel level,
  string fmt,
  S args
);