Class ElementSelector

java.lang.Object
ch.qos.logback.core.joran.spi.ElementPath
ch.qos.logback.core.joran.spi.ElementSelector

public class ElementSelector extends ElementPath
ElementSelector extends ElementPath with matching operations such as fullPathMatch(ElementPath), getPrefixMatchLength(ElementPath) and getTailMatchLength(ElementPath).

Parts of the path may contain '*' for wildcard matching.

Since:
1.1.0
Author:
Ceki Gülcü