}
public Map<String, InternalLoggerSubsystem> allLoggerSubsystems() {
Map<String, InternalLoggerSubsystem> subsystems = Maps.newHashMap();
try {
LoggerSubsystemsResponse response = api.path(routes.LoggersResource().subsytems(), LoggerSubsystemsResponse.class)
.node(this)
.execute();
for (Map.Entry<String, LoggerSubsystemSummary> ss : response.subsystems.entrySet()) {
subsystems.put(ss.getKey(), new InternalLoggerSubsystem(