|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectjava.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
- 바이트의 혼잡 개시 오프셋(offset)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 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.