final PrintWriter pw = resp.getWriter();
final String consoleAppRoot = (String) req.getAttribute("felix.webconsole.appRoot");
final String pluginRoot = (String) req.getAttribute("felix.webconsole.pluginRoot");
final LoggerStateContext ctx = logbackManager.determineLoggerState();
appendLoggerStatus(pw, ctx);
appendOsgiConfiguredLoggerData(pw, consoleAppRoot);
appendOtherLoggerData(pw, ctx);
addAppenderData(pw, consoleAppRoot, ctx);
appendTurboFilterData(pw, consoleAppRoot, ctx);