Expand Minimize
This topic has not yet been rated - Rate this topic

setLogWriter Method (SQLServerDataSource)

Sets a character output stream to be used for all logging and tracing messages.


public void setLogWriter(java.io.PrintWriter out)

Parameters

out

A PrintWriter object, or null if the log writer is disabled.

This setLogWriter method is specified by the setLogWriter method in the javax.sql.DataSource interface.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.