Class LoggingDecorateBuildItem


public final class LoggingDecorateBuildItem extends SimpleBuildItem
Contains information to decorate the Log output. Can be used by extensions that output the log / stacktraces, for example the error page. Also see io.quarkus.runtime.logging.DecorateStackUtil to assist with the decoration
  • Constructor Details

    • LoggingDecorateBuildItem

      public LoggingDecorateBuildItem(Path srcMainJava, org.jboss.jandex.CompositeIndex knowClassesIndex)
  • Method Details

    • getSrcMainJava

      public Path getSrcMainJava()
    • getKnowClassesIndex

      public org.jboss.jandex.CompositeIndex getKnowClassesIndex()
    • getKnowClasses

      public List<String> getKnowClasses()