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

public java.io.PrintWriter getLogWriter()

Return Value

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

Remarks

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

See Also