Use Logger's built-in string formatting

Use Logger's built-in string formatting rather than concatenating
or calling String.format. This prevents unnecessary processing when
the log level is not enabled and the log is never emitted.

Change-Id: Ia8dfd709b24144454d3050ce9a49d26a2a738ba5
4 files changed