Uses of Class
eu.mulk.quarkus.googlecloud.jsonlogging.Label
Packages that use Label
Package
Description
Provides structured logging to standard output according to the Google Cloud Logging
specification.
-
Uses of Label in eu.mulk.quarkus.googlecloud.jsonlogging
Methods in eu.mulk.quarkus.googlecloud.jsonlogging that return LabelModifier and TypeMethodDescriptionstatic LabelConstructs aLabelfrom a key (i.e. name) and a value.Methods in eu.mulk.quarkus.googlecloud.jsonlogging that return types with arguments of type LabelModifier and TypeMethodDescriptiondefault @Nullable Collection<Label> LabelProvider.getLabels()Provides a collection ofLabels to add to each log entry that is logged.default @Nullable Collection<Label> LabelProvider.getLabels(LabelProvider.Context context) Provides a collection ofLabels to add to each log entry that is logged.