10.3.3 getLogWriter()
- Organization of this subsection
(1) Function
This method acquires the ConnectionPoolDataSource object's log writer.
(2) Format
public synchronized PrintWriter getLogWriter() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the ConnectionPoolDataSource object's log writer. If no log writer has been set, the method returns null.
(5) Exceptions
None.