Uses of Class
io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
-
-
Uses of SplunkHandlerConfig.SerializationFormat in io.quarkiverse.logging.splunk
Fields in io.quarkiverse.logging.splunk declared as SplunkHandlerConfig.SerializationFormat Modifier and Type Field Description SplunkHandlerConfig.SerializationFormat
SplunkHandlerConfig. serialization
The format of the payload.Methods in io.quarkiverse.logging.splunk that return SplunkHandlerConfig.SerializationFormat Modifier and Type Method Description static SplunkHandlerConfig.SerializationFormat
SplunkHandlerConfig.SerializationFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static SplunkHandlerConfig.SerializationFormat[]
SplunkHandlerConfig.SerializationFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-