LogFactory constructor

LogFactory({
  1. LoggerParameter? parameter,
  2. ILogPrinter? logPrinter,
  3. ILogOutput? logOutput,
})

Implementation

LogFactory({this.parameter, this.logPrinter, this.logOutput});