Class GelfLogHandlerProcessor

java.lang.Object
io.quarkus.logging.gelf.deployment.GelfLogHandlerProcessor

class GelfLogHandlerProcessor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) io.quarkus.deployment.builditem.LogHandlerBuildItem
    build(io.quarkus.logging.gelf.GelfLogHandlerRecorder recorder)
     
    (package private) io.quarkus.deployment.builditem.FeatureBuildItem
     
    (package private) io.quarkus.deployment.builditem.nativeimage.RuntimeInitializedClassBuildItem
     
    (package private) io.quarkus.deployment.builditem.SystemPropertyBuildItem
     

    Methods inherited from class java.lang.Object

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

    • GelfLogHandlerProcessor

      GelfLogHandlerProcessor()
  • Method Details

    • feature

      io.quarkus.deployment.builditem.FeatureBuildItem feature()
    • build

      io.quarkus.deployment.builditem.LogHandlerBuildItem build(io.quarkus.logging.gelf.GelfLogHandlerRecorder recorder)
    • nativeBuild

      io.quarkus.deployment.builditem.nativeimage.RuntimeInitializedClassBuildItem nativeBuild()
    • sysProp

      io.quarkus.deployment.builditem.SystemPropertyBuildItem sysProp()