FileHandler constructor

FileHandler(
  1. File file, {
  2. FileSupplier? fileSupplier,
  3. bool enableDeviceParameters = true,
  4. bool enableApplicationParameters = true,
  5. bool enableStackTrace = true,
  6. bool enableCustomParameters = true,
  7. bool printLogs = false,
  8. bool handleWhenRejected = false,
})

Implementation

FileHandler(
  this.file, {
  this.fileSupplier,
  this.enableDeviceParameters = true,
  this.enableApplicationParameters = true,
  this.enableStackTrace = true,
  this.enableCustomParameters = true,
  this.printLogs = false,
  this.handleWhenRejected = false,
});