Class GelfLogHandlerProcessor
- java.lang.Object
-
- io.quarkus.logging.gelf.deployment.GelfLogHandlerProcessor
-
class GelfLogHandlerProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description GelfLogHandlerProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) LogHandlerBuildItembuild(GelfLogHandlerRecorder recorder, GelfConfig config)(package private) FeatureBuildItemfeature()(package private) RuntimeInitializedClassBuildItemnativeBuild()(package private) SystemPropertyBuildItemsysProp()
-
-
-
Method Detail
-
feature
FeatureBuildItem feature()
-
build
LogHandlerBuildItem build(GelfLogHandlerRecorder recorder, GelfConfig config)
-
nativeBuild
RuntimeInitializedClassBuildItem nativeBuild()
-
sysProp
SystemPropertyBuildItem sysProp()
-
-