Search Results for

    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
    String name
    Returns
    Type Description
    NpgsqlLogger
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team