|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.io.OutputStream java.io.FilterOutputStream java.io.PrintStream java.rmi.server.LogStream
@Deprecated public class LogStream
LogStream
は、システムを監視するときに重要になる可能性のあるエラーを、ログに記録する手段を提供します。
フィールドの概要 | |
---|---|
static int |
BRIEF
推奨されていません。 ログレベル定数です (簡潔なログ)。 |
static int |
SILENT
推奨されていません。 ログレベル定数です (ログなし)。 |
static int |
VERBOSE
推奨されていません。 ログレベル定数です (詳細なログ)。 |
クラス java.io.FilterOutputStream から継承されたフィールド |
---|
out |
メソッドの概要 | |
---|---|
static PrintStream |
getDefaultStream()
推奨されていません。 代替はありません。 |
OutputStream |
getOutputStream()
推奨されていません。 代替はありません。 |
static LogStream |
log(String name)
推奨されていません。 代替はありません。 |
static int |
parseLevel(String s)
推奨されていません。 代替はありません。 |
static void |
setDefaultStream(PrintStream newDefault)
推奨されていません。 代替はありません。 |
void |
setOutputStream(OutputStream out)
推奨されていません。 代替はありません。 |
String |
toString()
推奨されていません。 代替はありません。 |
void |
write(byte[] b,
int off,
int len)
推奨されていません。 代替はありません。 |
void |
write(int b)
推奨されていません。 代替はありません。 |
クラス java.io.PrintStream から継承されたメソッド |
---|
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError |
クラス java.io.FilterOutputStream から継承されたメソッド |
---|
write |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public static final int SILENT
public static final int BRIEF
public static final int VERBOSE
メソッドの詳細 |
---|
@Deprecated public static LogStream log(String name)
name
- 必要な LogStream を識別する名
@Deprecated public static PrintStream getDefaultStream()
setDefaultStream(java.io.PrintStream)
@Deprecated public static void setDefaultStream(PrintStream newDefault)
newDefault
- 新しいデフォルトのログストリームgetDefaultStream()
@Deprecated public OutputStream getOutputStream()
setOutputStream(java.io.OutputStream)
@Deprecated public void setOutputStream(OutputStream out)
out
- このログの新しい出力ストリームgetOutputStream()
@Deprecated public void write(int b)
PrintStream
内の write
b
- 書き込まれるバイトPrintStream.print(char)
,
PrintStream.println(char)
@Deprecated public void write(byte[] b, int off, int len)
PrintStream
内の write
b
- バイト配列off
- バイトの取り込み開始オフセットlen
- 書き込まれるバイト数FilterOutputStream.write(int)
@Deprecated public String toString()
Object
内の toString
@Deprecated public static int parseLevel(String s)
s
- ログレベルの名前 (「SILENT」、「BRIEF」、「VERBOSE」など)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。