java.rmi.server

Class LogStream

public class LogStream extends PrintStream

Deprecated:

Field Summary
static intBRIEF
static intSILENT
static intVERBOSE
Method Summary
static PrintStreamgetDefaultStream()
OutputStreamgetOutputStream()
static LogStreamlog(String name)
static intparseLevel(String s)
static voidsetDefaultStream(PrintStream s)
voidsetOutputStream(OutputStream s)
StringtoString()
voidwrite(int buffer)
voidwrite(byte[] buffer, int offset, int len)

Field Detail

BRIEF

public static final int BRIEF

SILENT

public static final int SILENT

VERBOSE

public static final int VERBOSE

Method Detail

getDefaultStream

public static PrintStream getDefaultStream()

Deprecated:

getOutputStream

public OutputStream getOutputStream()

Deprecated:

log

public static LogStream log(String name)

Deprecated:

parseLevel

public static int parseLevel(String s)

Deprecated:

setDefaultStream

public static void setDefaultStream(PrintStream s)

Deprecated:

setOutputStream

public void setOutputStream(OutputStream s)

Deprecated:

toString

public String toString()

Deprecated:

write

public void write(int buffer)

Deprecated:

write

public void write(byte[] buffer, int offset, int len)

Deprecated: