|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.util.logging.LoggerUtils
public class LoggerUtils
Logging utility methods
Constructor Summary | |
---|---|
LoggerUtils()
|
Method Summary | |
---|---|
static java.lang.String |
format(java.lang.String msg,
java.lang.String... args)
Formats messages using parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggerUtils()
Method Detail |
---|
public static java.lang.String format(java.lang.String msg, java.lang.String... args)
format("foo #1", "bob");will return:
foo bob
msg
- The messageargs
- A list of arguments. A maximum of 10 are supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |