MessageFormat
protected static final String portletLogFormat = "{0} {1} {2} [{3}] \"{4} {5} {6}\" {7} {8}";logMessage = MessageFormat.format(portletLogFormat, args).toString();
posted on 2010-07-22 16:13 w@ns0ng 閱讀(160) 評論(0) 編輯 收藏 所屬分類: java
wansong