java.rmi.server
public class LogStream extends PrintStream
Deprecated:
Field Summary | |
---|---|
static int | BRIEF |
static int | SILENT |
static int | VERBOSE |
Method Summary | |
---|---|
static PrintStream | getDefaultStream() |
OutputStream | getOutputStream() |
static LogStream | log(String name) |
static int | parseLevel(String s) |
static void | setDefaultStream(PrintStream s) |
void | setOutputStream(OutputStream s) |
String | toString() |
void | write(int buffer) |
void | write(byte[] buffer, int offset, int len) |
Deprecated:
Deprecated:
Deprecated:
Deprecated:
Deprecated:
Deprecated:
Deprecated:
Deprecated:
Deprecated: