@@ -414,6 +414,22 @@ internal SqlClientFactory() { }
414414 /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientFactory.xml' path='docs/members[@name="SqlClientFactory"]/CreateParameter/*'/>
415415 public override System . Data . Common . DbParameter CreateParameter ( ) { throw null ; }
416416 }
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+ }
417433 /// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlClientMetaDataCollectionNames.xml' path='docs/members[@name="SqlClientMetaDataCollectionNames"]/SqlClientMetaDataCollectionNames/*'/>
418434 public static partial class SqlClientMetaDataCollectionNames
419435 {
0 commit comments