Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.19 KB

File metadata and controls

43 lines (33 loc) · 1.19 KB
title setLogWriter Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDataSource.setLogWriter
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 7a77d8ef-2211-4bf8-af35-020fc896c073
author David-Engel
ms.author v-daenge

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