|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.io.OutputStream
![]()
![]()
![]()
java.io.FilterOutputStream
![]()
![]()
![]()
java.io.PrintStream
![]()
![]()
![]()
java.rmi.server.LogStream
, Flushable
, Appendable

@Deprecated public class LogStream

LogStream provides a mechanism for logging errors that are
of possible interest to those monitoring a system.
| Field Summary | |
|---|---|
static int |
BRIEF
Deprecated. log level constant (brief logging). |
static int |
SILENT
Deprecated. log level constant (no logging). |
static int |
VERBOSE
Deprecated. log level constant (verbose logging). |
Fields inherited from class java.io.FilterOutputStream ![]() |
|---|
out |
| Method Summary | |
|---|---|
static PrintStream |
getDefaultStream
Deprecated. no replacement |
OutputStream |
getOutputStream
Deprecated. no replacement |
static LogStream |
log
Deprecated. no replacement |
static int |
parseLevel
Deprecated. no replacement |
static void |
setDefaultStream
Deprecated. no replacement |
void |
setOutputStream
Deprecated. no replacement |
String |
toString
Deprecated. no replacement |
void |
write
Deprecated. no replacement |
void |
write
Deprecated. no replacement |
Methods inherited from class java.io.PrintStream ![]() |
|---|
append |
Methods inherited from class java.io.FilterOutputStream ![]() |
|---|
write |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Field Detail |
|---|

public static final int SILENT

public static final int BRIEF

public static final int VERBOSE
| Method Detail |
|---|

@Deprecated public static LogStream![]()
![]()
log(String
![]()
![]()
name)
name - name identifying the desired LogStream

@Deprecated public static PrintStream![]()
![]()
getDefaultStream()
setDefaultStream(java.io.PrintStream)


@Deprecated public static void setDefaultStream(PrintStream![]()
![]()
newDefault)
newDefault - new default log streamgetDefaultStream()


@Deprecated public OutputStream![]()
![]()
getOutputStream()
setOutputStream(java.io.OutputStream)


@Deprecated public void setOutputStream(OutputStream![]()
![]()
out)
out - new output stream for this loggetOutputStream()


@Deprecated public void write(int b)
write

in class PrintStream

b - The byte to be writtenPrintStream.print(char)
,
PrintStream.println(char)


@Deprecated
public void write(byte[] b,
int off,
int len)
write

in class PrintStream

b - A byte arrayoff - Offset from which to start taking byteslen - Number of bytes to writeFilterOutputStream.write(int)


@Deprecated public String![]()
![]()
toString()
toString

in class Object


@Deprecated public static int parseLevel(String![]()
![]()
s)
s - name of logging level (e.g., 'SILENT', 'BRIEF', 'VERBOSE')
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||