Uses of Class
eu.mulk.quarkus.googlecloud.jsonlogging.KeyValueParameter
Packages that use KeyValueParameter
Package
Description
Provides structured logging to standard output according to the Google Cloud Logging
specification.
-
Uses of KeyValueParameter in eu.mulk.quarkus.googlecloud.jsonlogging
Methods in eu.mulk.quarkus.googlecloud.jsonlogging that return KeyValueParameterModifier and TypeMethodDescriptionstatic KeyValueParameterCreates aKeyValueParameterfrom abooleanvalue.static KeyValueParameterCreates aKeyValueParameterfrom adoublevalue.static KeyValueParameterCreates aKeyValueParameterfrom anintvalue.static KeyValueParameterCreates aKeyValueParameterfrom alongvalue.static KeyValueParameterCreates aKeyValueParameterfrom aStringvalue.static KeyValueParameterKeyValueParameter.of(String key, BigDecimal value) Creates aKeyValueParameterfrom aBigDecimalvalue.static KeyValueParameterKeyValueParameter.of(String key, BigInteger value) Creates aKeyValueParameterfrom aBigIntegervalue.