@Deprecated public class LoggerUtils extends Object
| Constructor and Description | 
|---|
LoggerUtils()
Deprecated.  
  | 
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–2020 Apache Software Foundation. All rights reserved.