initAllLogs function

void initAllLogs(
  1. Level level
)

Implementation

void initAllLogs(Level level) {
  initLoggers(level, {Logger.root});
}