Show / Hide Table of Contents

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
System.String name
Returns
Type Description
NpgsqlLogger
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX