Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.07 KB

File metadata and controls

38 lines (28 loc) · 1.07 KB
title setLogWriter Method (SQLServerDataSource)
description setLogWriter Method (SQLServerDataSource)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDataSource.setLogWriter
apitype Assembly

setLogWriter Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

This method is for internal use only. For more information about logging, see Tracing Driver Operation.

Syntax

  
public void setLogWriter(java.io.PrintWriter out)  

Parameters

out

A PrintWriter object.

Remarks

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

See Also

SQLServerDataSource Members
SQLServerDataSource Class