54555657585960616263
if (!started) { started = true; // make sure there is at least one connector if (connectors.isEmpty()) throw new InitException("unable to start: no log connector could be initialized"); } return started; }