logger property

Logger? logger
final

Creates a new PostgreSQLConnection, on demand.

The created connection should not be open. An optional Logger to print information to.

Implementation

// final PostgreSQLConnection Function() connectionFactory;

/// An optional [Logger] to print information to.
final Logger? logger;