Use Logger's built-in formatting Passing concatenated strings into a logging method can incur a needless performance hit because the concatenation will be performed every time the method is called, whether or not the log level is low enough to show the message. Use built-in string formatting instead. Change-Id: I0f5f0abfd13e0354ea5bb0f720b453e538ec4635