Uses of Class
com.azure.resourcemanager.containerregistry.models.LogLevel
Packages that use LogLevel
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of LogLevel in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as LogLevelModifier and TypeFieldDescriptionstatic final LogLevelLogLevel.DEBUGStatic value Debug for LogLevel.static final LogLevelLogLevel.ERRORStatic value Error for LogLevel.static final LogLevelLogLevel.INFORMATIONStatic value Information for LogLevel.static final LogLevelLogLevel.NONEStatic value None for LogLevel.static final LogLevelLogLevel.WARNINGStatic value Warning for LogLevel.Methods in com.azure.resourcemanager.containerregistry.models that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelLogLevel.fromString(String name) Creates or finds a LogLevel from its string representation.LoggingProperties.logLevel()Get the logLevel property: The verbosity of logs persisted on the connected registry.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type LogLevelModifier and TypeMethodDescriptionstatic Collection<LogLevel> LogLevel.values()Gets known LogLevel values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type LogLevelModifier and TypeMethodDescriptionLoggingProperties.withLogLevel(LogLevel logLevel) Set the logLevel property: The verbosity of logs persisted on the connected registry.