10.2.7 setLogWriter(PrintWriter out)
- Organization of this subsection
(1) Function
This method sets a log writer for the DataSource object.
(2) Format
public synchronized void setLogWriter(PrintWriter out) throws SQLException
(3) Arguments
- PrintWriter out
-
Specifies a log writer.
(4) Return value
None.
(5) Exceptions
None.