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