Interface INpgsqlLoggingProvider
Namespace: Npgsql.Logging
Assembly: Npgsql.dll
Syntax
public interface INpgsqlLoggingProvider
Methods
CreateLogger(String)
Creates a new INpgsqlLogger instance of the given name.
Declaration
NpgsqlLogger CreateLogger(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Returns
Type | Description |
---|---|
NpgsqlLogger |