Skip to content

Instance Property

logger

The Logger used for logging all operations relating to a given database.
var logger: Logger { get }

See Also

Properties

  • eventLoop
    The EventLoop used for asynchronous operations on a given database.
  • version
    The version number the database reports for itself.
  • dialect
    The descriptor for the dialect of SQL supported by the given database.
  • queryLogLevel
    The logging level used for reporting queries run on the given database to the database’s logger. Defaults to .debug.