Generated by
JDiff

Class java.rmi.server.LogStream

Documentation changed from old to new.

Changed Methods
PrintStream getDefaultStream() Documentation changed from old to new.
no replacement
OutputStream getOutputStream() Documentation changed from old to new.
no replacement
LogStream log(String) Documentation changed from old to new.
no replacement
int parseLevel(String) Documentation changed from old to new.
no replacement
void setDefaultStream(PrintStream) Documentation changed from old to new.
no replacement
void setOutputStream(OutputStream) Documentation changed from old to new.
no replacement
String toString() Documentation changed from old to new.
no replacement
 

Changed Fields
int BRIEF Documentation changed from old to new.
log level constant (brief logging).
int SILENT Documentation changed from old to new.
log level constant (no logging).
int VERBOSE Documentation changed from old to new.
log level constant (verbose logging).