com.opensymphony.xwork2.util.logging
Class LoggerUtils
java.lang.Object
com.opensymphony.xwork2.util.logging.LoggerUtils
public class LoggerUtils
- extends Object
Logging utility methods
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerUtils
public LoggerUtils()
format
public static String format(String msg,
String... args)
- Formats messages using parameters. For example, the call:
format("foo #1", "bob");
will return:
foo bob
- Parameters:
msg
- The messageargs
- A list of arguments. A maximum of 10 are supported.
- Returns:
- The formatted string
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.