LogFactory constructor
LogFactory({
- LoggerParameter? parameter,
- ILogPrinter? logPrinter,
- ILogOutput? logOutput,
Implementation
LogFactory({this.parameter, this.logPrinter, this.logOutput});