Function Log.log

Log message with arbitrary log level

void log(S...)(
  LogLevel level,
  S args
);