isDbLoggerName static method

bool isDbLoggerName(
  1. String name
)

Implementation

static bool isDbLoggerName(String name) =>
    LoggerExntesion._dbLoggersNames.contains(name);