Log RMI calls to the output stream out
. If
out
is null
, call logging is turned off.
If there is a security manager, its
checkPermission
method will be invoked with a
java.util.logging.LoggingPermission("control")
permission; this could result in a SecurityException
.
logNull = (out == null);
UnicastServerRef.callLog.setOutputStream(out);