Uses of Class
io.apicurio.registry.rest.v2.beans.NamedLogConfiguration
Packages that use NamedLogConfiguration
-
Uses of NamedLogConfiguration in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return NamedLogConfigurationModifier and TypeMethodDescriptionAdminResource.getLogConfiguration(String logger) Returns the configured logger configuration for the provided logger name, if no logger configuration is persisted it will return the current default log configuration in the system.AdminResource.removeLogConfiguration(String logger) Removes the configured logger configuration (if any) for the given logger.AdminResource.setLogConfiguration(String logger, @NotNull LogConfiguration data) Configures the logger referenced by the provided logger name with the given configuration.Methods in io.apicurio.registry.rest.v2 that return types with arguments of type NamedLogConfigurationModifier and TypeMethodDescriptionAdminResource.listLogConfigurations()List all of the configured logging levels.