|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| Formatter を使用しているパッケージ | |
|---|---|
| java.util.logging | JavaTM 2 プラットフォームのコアロギング機能のクラスとインタフェースを提供します。 |
| java.util.logging での Formatter の使用 |
|---|
| java.util.logging での Formatter のサブクラス | |
|---|---|
class |
SimpleFormatter
LogRecord の簡単な概要を人が理解できる形式で出力します。 |
class |
XMLFormatter
LogRecord を標準 XML 形式でフォーマットします。 |
| Formatter を返す java.util.logging のメソッド | |
|---|---|
Formatter |
Handler.getFormatter()
この Handler の Formatter を返します。 |
| Formatter 型のパラメータを持つ java.util.logging のメソッド | |
|---|---|
void |
Handler.setFormatter(Formatter newFormatter)
Formatter を設定します。 |
| Formatter 型のパラメータを持つ java.util.logging のコンストラクタ | |
|---|---|
StreamHandler(OutputStream out,
Formatter formatter)
指定された Formatter と出力ストリームを持つ StreamHandler を作成します。 |
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。