activeLoggers property

  1. @protected
  2. @visibleForTesting
Map<String, AWSLogger> activeLoggers
final

The cache of all active loggers by namespace.

Implementation

@protected
@visibleForTesting
static final Map<String, AWSLogger> activeLoggers = {};