getLogWriter Method (SQLServerDataSource)
Returns a character output stream to be used for all logging and tracing messages.
public java.io.PrintWriter getLogWriter()
Rückgabewert
A PrintWriter object, or null if the log writer is disabled.
Hinweise
This getLogWriter method is specified by the getLogWriter method in the javax.sql.DataSource interface.