Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.17 KB

File metadata and controls

41 lines (32 loc) · 1.17 KB
title getLogWriter 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.getLogWriter
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid cde41743-1a5d-4930-91b3-4e5fccc1bc36
author David-Engel
ms.author v-daenge

getLogWriter Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public java.io.PrintWriter getLogWriter()  

Return Value

A PrintWriter object.

Remarks

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

See Also

SQLServerDataSource Members
SQLServerDataSource Class