Uses of Class
com.azure.resourcemanager.appcontainers.models.LogLevel
Packages that use LogLevel
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of LogLevel in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as LogLevelModifier and TypeFieldDescriptionstatic final LogLevel
LogLevel.DEBUG
Static value debug for LogLevel.static final LogLevel
LogLevel.ERROR
Static value error for LogLevel.static final LogLevel
LogLevel.INFO
Static value info for LogLevel.static final LogLevel
LogLevel.WARN
Static value warn for LogLevel.Methods in com.azure.resourcemanager.appcontainers.models that return LogLevelModifier and TypeMethodDescriptionstatic LogLevel
LogLevel.fromString
(String name) Creates or finds a LogLevel from its string representation.Dapr.logLevel()
Get the logLevel property: Sets the log level for the Dapr sidecar.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type LogLevelModifier and TypeMethodDescriptionstatic Collection
<LogLevel> LogLevel.values()
Gets known LogLevel values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type LogLevelModifier and TypeMethodDescriptionDapr.withLogLevel
(LogLevel logLevel) Set the logLevel property: Sets the log level for the Dapr sidecar.