log Varargs
Logs a formatted representation of values in the given array, using the specified message template.
This method is only expected to be invoked with an existing varargs array passed in from another method. Unlike log, which would treat an array as a single parameter, this method will unwrap the given array.
Parameters
message
the message template string containing an argument placeholder for each element of varargs.
varargs
the non-null array of arguments to be formatted.