Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.05 KB

File metadata and controls

36 lines (27 loc) · 1.05 KB
title getLogWriter Method (SQLServerDataSource)
description getLogWriter 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.getLogWriter
apitype Assembly

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