Package io.quarkiverse.logging.splunk
Class SplunkLogHandlerRecorder
- java.lang.Object
-
- io.quarkiverse.logging.splunk.SplunkLogHandlerRecorder
-
public class SplunkLogHandlerRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description SplunkLogHandlerRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<Optional<Handler>>
initializeHandler(SplunkConfig rootConfig)
io.quarkus.runtime.RuntimeValue<Map<String,Handler>>
initializeHandlers(SplunkConfig rootConfig)
-
-
-
Method Detail
-
initializeHandler
public io.quarkus.runtime.RuntimeValue<Optional<Handler>> initializeHandler(SplunkConfig rootConfig)
-
initializeHandlers
public io.quarkus.runtime.RuntimeValue<Map<String,Handler>> initializeHandlers(SplunkConfig rootConfig)
-
-