Klasse LogToFileFilter

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>
de.otto.jlineup.cli.LogToFileFilter
Alle implementierten Schnittstellen:
ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

public class LogToFileFilter extends ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>
  • Feldübersicht

    Von Klasse geerbte Felder ch.qos.logback.core.spi.ContextAwareBase

    context
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    ch.qos.logback.core.spi.FilterReply
    decide(ch.qos.logback.classic.spi.ILoggingEvent iLoggingEvent)
     

    Von Klasse geerbte Methoden ch.qos.logback.core.filter.Filter

    getName, isStarted, setName, start, stop

    Von Klasse geerbte Methoden ch.qos.logback.core.spi.ContextAwareBase

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • LogToFileFilter

      public LogToFileFilter()
  • Methodendetails

    • decide

      public ch.qos.logback.core.spi.FilterReply decide(ch.qos.logback.classic.spi.ILoggingEvent iLoggingEvent)
      Angegeben von:
      decide in Klasse ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>