ConsoleQueryLogger constructor

const ConsoleQueryLogger({
  1. bool includeParameters = false,
  2. bool includeSql = true,
  3. Duration threshold = Duration.zero,
  4. bool colorize = true,
})

Implementation

const ConsoleQueryLogger({
  this.includeParameters = false,
  this.includeSql = true,
  this.threshold = Duration.zero,
  this.colorize = true,
});