file://absolute-path-and-filename |
This installs a FileHandler that opens, creates, and writes to the
given absolute-path-and-filename. |
file:relative-path-and-filename |
This installs a FileHandler that opens, creates, and writes to the
given :relative-path-and-filename.
The path is relative to the point at which the java program was started. |
file:- |
This installs a FileHandler that writes to the standard output. |
jdbc:sub-protocol:db-name |
This installs a JDBCHandler that writes to the database specified by
the URL. |
rmi://host/log.handler.remote-handler-name |
This looks up the named remote-handler-name
in the RMI registry of host and installs
the remote Handler under the name used
for the local property. |