LoggingService constructor

LoggingService({
  1. required Set<Logger> loggers,
})

Implementation

LoggingService({required this.loggers});