namespace Npgsql.Logging; /// Used to create logger instances of the given name. public interface INpgsqlLoggingProvider { /// /// Creates a new INpgsqlLogger instance of the given name. /// NpgsqlLogger CreateLogger(string name); }