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 LogLevelLogLevel.DEBUGStatic value debug for LogLevel.static final LogLevelLogLevel.ERRORStatic value error for LogLevel.static final LogLevelLogLevel.INFOStatic value info for LogLevel.static final LogLevelLogLevel.WARNStatic value warn for LogLevel.Methods in com.azure.resourcemanager.appcontainers.models that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelLogLevel.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.