JavaTM 2 Platform
Standard Ed. 6

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

建構子摘要
SimpleFormatter()
           
 
方法摘要
 String format(LogRecord record)
          格式化給定的 LogRecord。
 
從類別 java.util.logging.Formatter 繼承的方法
formatMessage, getHead, getTail
 
從類別 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 - 要格式化的日誌記錄。
返回:
格式化的日誌記錄

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only