Searched defs:pushLevel (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/com/sun/mail/util/logging/
H A DMailHandler.java226 * <li>&lt;handler-name&gt;.pushLevel the level which will
473 private Level pushLevel; field in class:MailHandler
1100 return this.pushLevel;
1123 this.pushLevel = level;
2602 final String val = fromLogManager(p.concat(".pushLevel"));
2604 this.pushLevel = Level.parse(val);
2610 if (this.pushLevel == null) {
2611 this.pushLevel = Level.OFF;
2836 msg.setDescription(descriptionFrom(comparator, pushLevel, pushFilter));
3351 msgDesc = descriptionFrom(comparator, pushLevel, pushFilte
[all...]

Completed in 1374 milliseconds