Interface LogFilterFactory

All Known Implementing Classes:
LogFilterFactory.ReflectionLogFilterFactory

public interface LogFilterFactory
Factory that allows for the creation of Filter classes annotated with LoggingFilter. Implementations of this class are loaded via the ServiceLoader and the implementation selected is the one with the lowest value returned from the priority method.