Class ArcLogFilterFactory

java.lang.Object
io.quarkus.arc.runtime.logging.ArcLogFilterFactory
All Implemented Interfaces:
io.quarkus.runtime.logging.LogFilterFactory

public class ArcLogFilterFactory extends Object implements io.quarkus.runtime.logging.LogFilterFactory
Creates the implementation of the class by getting a bean from Arc. This class is loaded automatically by the ServiceLoader.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.quarkus.runtime.logging.LogFilterFactory

    io.quarkus.runtime.logging.LogFilterFactory.ReflectionLogFilterFactory
  • Field Summary

    Fields inherited from interface io.quarkus.runtime.logging.LogFilterFactory

    DEFAULT_PRIORITY, MIN_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String className)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ArcLogFilterFactory

      public ArcLogFilterFactory()
  • Method Details

    • create

      public Filter create(String className) throws Exception
      Specified by:
      create in interface io.quarkus.runtime.logging.LogFilterFactory
      Throws:
      Exception
    • priority

      public int priority()
      Specified by:
      priority in interface io.quarkus.runtime.logging.LogFilterFactory