@Deprecated public class LoggerUtils extends Object
Constructor and Description |
---|
LoggerUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
format(String msg,
Object[] args)
Deprecated.
|
static String |
format(String msg,
String... args)
Deprecated.
Formats messages using parameters.
|
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–2023 Apache Software Foundation. All rights reserved.