public static final boolean debug(final String subcomponent) { return debugAll() || isPropertyDefined("newt.debug." + subcomponent, true); } }
public static final boolean debug(final String subcomponent) { return debugAll() || isPropertyDefined("newt.debug." + subcomponent, true); } }