|
JavaTM 2 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
- byte 陣列off
- 相對於開始寫入位元組處的偏移量len
- 要寫入的位元組數FilterOutputStream.write(int)
@Deprecated public String toString()
Object
中的 toString
@Deprecated public static int parseLevel(String s)
s
- 日誌記錄級別的名稱(如,'SILENT'、'BRIEF'、'VERBOSE')
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。