Uses of Class
io.apicurio.registry.rest.v2.beans.NamedLogConfiguration
-
Packages that use NamedLogConfiguration Package Description io.apicurio.registry.rest.v2 -
-
Uses of NamedLogConfiguration in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return NamedLogConfiguration Modifier and Type Method Description NamedLogConfiguration
AdminResource. 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.NamedLogConfiguration
AdminResource. removeLogConfiguration(String logger)
Removes the configured logger configuration (if any) for the given logger.NamedLogConfiguration
AdminResource. setLogConfiguration(String logger, 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 NamedLogConfiguration Modifier and Type Method Description List<NamedLogConfiguration>
AdminResource. listLogConfigurations()
List all of the configured logging levels.
-