public class LoggerUtils extends Object
public static String format(String msg, String... args)
format("foo #0 #1", "bob", "joe");will return:
foo bob joe
msg
- The messageargs
- A list of arguments. A maximum of 10 are supported.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.