Lines Matching refs:remove
548 boolean all = l.remove("-all") || l.isEmpty();
549 if (l.remove("-body") || all) {
553 if (l.remove("-custom") || all) {
557 if (l.remove("-low") || all) {
561 if (l.remove("-pushfilter") || all) {
565 if (l.remove("-pushlevel") || all) {
569 if (l.remove("-pushnormal") || all) {
573 if (l.remove("-pushonly") || all) {
577 if (l.remove("-simple") || all) {
582 boolean debug = l.remove("-debug") || session.getDebug();
598 * Close and remove all handlers added to the class logger.