Home | History | Annotate | Download | only in logging

Lines Matching defs:push

35  * conditions, the <tt>MemoryHandler</tt> will push out its current buffer
39 * There are three main models for triggering a push of the buffer:
45 * An external class calls the <tt>push</tt> method explicitly. </li>
48 * <tt>LogRecord</tt> and calls <tt>push</tt> if a record matches some
68 * <li> &lt;handler-name&gt;.push
105 pushLevel = manager.getLevelProperty(cname +".push", Level.SEVERE);
166 * @param pushLevel message level to push on
194 * greater than or equal to the <tt>pushLevel</tt> then <tt>push</tt>
215 push();
220 * Push any buffered output to the target <tt>Handler</tt>.
224 public synchronized void push() {
239 * buffer are <b>not</b> written out. That requires a "push".
262 * the <tt>pushLevel</tt>, then <tt>push</tt> will be called.
291 * check whether the <tt>LogRecord</tt> would result in a "push" of the