Constant Field Values

Contents

ch.qos.*

  • ch.qos.logback.access.db.DBAppender 
    Modifier and Type Constant Field Value
    protected final String insertHeaderSQL "INSERT INTO access_event_header (event_id, header_key, header_value) VALUES (?, ?, ?)"
  • ch.qos.logback.access.spi.IAccessEvent 
    Modifier and Type Constant Field Value
    public static final String NA "-"
    public static final int SENTINEL -1
  • ch.qos.logback.core.joran.conditional.IfAction 
    Modifier and Type Constant Field Value
    public static final String MISSING_JANINO_MSG "Could not find Janino library on the class path. Skipping conditional processing."
    public static final String MISSING_JANINO_SEE "See also http://logback.qos.ch/codes.html#ifJanino"
  • ch.qos.logback.core.status.Status 
    Modifier and Type Constant Field Value
    public static final int ERROR 2
    public static final int INFO 0
    public static final int WARN 1

chapters.onJoran.*