java.lang.Object | +--java.io.OutputStream | +--java.io.FilterOutputStream | +--java.io.PrintStream | +--java.rmi.server.LogStream
LogStream provides a mechanism for logging errors that are
of possible interest to those monitoring a system.
| Field Summary | |
static int |
BRIEF
copy-> BRIEF
|
static int |
SILENT
copy-> SILENT
|
static int |
VERBOSE
copy-> VERBOSE
|
| Fields inherited from class java.io.FilterOutputStream |
out |
| Method Summary | |
static PrintStream |
getDefaultStream()
copy-> LogStream.getDefaultStream()copy-> <PrintStream var>=LogStream.getDefaultStream();
|
OutputStream |
getOutputStream()
copy-> .getOutputStream()copy-> <OutputStream var>=<LogStream>.getOutputStream();
|
static LogStream |
log(String name)
copy-> LogStream.log( )copy-> <LogStream var>=LogStream.log(<String name>);
|
static int |
parseLevel(String s)
copy-> LogStream.parseLevel( )copy-> <int var>=LogStream.parseLevel(<String s>);
|
static void |
setDefaultStream(PrintStream newDefault)
copy-> LogStream.setDefaultStream( )copy-> LogStream.setDefaultStream(<PrintStream newDefault>);
|
void |
setOutputStream(OutputStream out)
copy-> .setOutputStream( )copy-> <LogStream>.setOutputStream(<OutputStream out>);
|
String |
toString()
copy-> .toString()copy-> <String var>=<LogStream>.toString(); |
void |
write(byte[] b,
int off,
int len)
copy-> .write(, , )copy-> <LogStream>.write(<byte[] b>, <int off>, <int len>);
|
void |
write(int b)
copy-> .write( )copy-> <LogStream>.write(<int b>);
|
| Methods inherited from class java.io.PrintStream |
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, println, setError |
| Methods inherited from class java.io.FilterOutputStream |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |