java.util.logging
類別 SimpleFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
public class SimpleFormatter
- extends Formatter
以可讀格式輸出 LogRecord 的簡單摘要。摘要通常為 1 或 2 行。
- 從以下版本開始:
- 1.4
從類別 java.lang.Object 繼承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFormatter
public SimpleFormatter()
format
public String format(LogRecord record)
- 格式化給定的 LogRecord。
- 指定者:
- 類別
Formatter
中的 format
- 參數:
record
- 要格式化的日誌記錄。
- 返回:
- 格式化的日誌記錄
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。