|
All Packages Class Hierarchy This Package Previous Next Index Class java.rmi.server.LogStreamjava.lang.Object | +----java.io.OutputStream | +----java.io.FilterOutputStream | +----java.io.PrintStream | +----java.rmi.server.LogStream
LogStream presents a mechanism for logging errors that are
of possible interest to those monitoring the system.
SILENTpublic static final int SILENT
public static final int BRIEFVERBOSE public static final int VERBOSE logpublic static LogStream log(String name)
public static synchronized PrintStream getDefaultStream()
public static synchronized void setDefaultStream(PrintStream newDefault)
public synchronized OutputStream getOutputStream()
public synchronized void setOutputStream(OutputStream out)
public void write(int b)
public void write(byte b[], int off, int len)
public String toString()parseLevel public static int parseLevel(String s)
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |