@@ -414,6 +414,22 @@ internal SqlClientFactory() { }
414
414
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientFactory.xml' path='docs/members[@name="SqlClientFactory"]/CreateParameter/*'/>
415
415
public override System . Data . Common . DbParameter CreateParameter ( ) { throw null ; }
416
416
}
417
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/SqlClientLogger/*'/>
418
+ public partial class SqlClientLogger
419
+ {
420
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/ctor/*'/>
421
+ public SqlClientLogger ( ) { }
422
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/IsLoggingEnabled/*'/>
423
+ public bool IsLoggingEnabled { get { throw null ; } }
424
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/LogWarning/*'/>
425
+ public void LogWarning ( string type , string method , string message ) { }
426
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/LogAssert/*'/>
427
+ public bool LogAssert ( bool value , string type , string method , string message ) { throw null ; }
428
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/LogError/*'/>
429
+ public void LogError ( string type , string method , string message ) { }
430
+ /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientLogger.xml' path='docs/members[@name="SqlClientLogger"]/LogInfo/*'/>
431
+ public void LogInfo ( string type , string method , string message ) { }
432
+ }
417
433
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientMetaDataCollectionNames.xml' path='docs/members[@name="SqlClientMetaDataCollectionNames"]/SqlClientMetaDataCollectionNames/*'/>
418
434
public static partial class SqlClientMetaDataCollectionNames
419
435
{
0 commit comments