Log constructor

Log({
  1. LogFilter? filter,
  2. LogWriter? writer,
})

Implementation

Log({
  this.filter,
  this.writer,
});