children property

Map<String, Loggy<LoggyType>> children
final

Children in the hierarchy of loggers, indexed by their simple names.

Implementation

final Map<String, Loggy> children;