### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.models.LogLevel"
fullName: "com.azure.resourcemanager.appcontainers.models.LogLevel"
name: "LogLevel"
nameWithType: "LogLevel"
summary: "Sets the log level for the Dapr sidecar."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- "fromString(java.lang.String,java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.fromString&text=fromString\" data-throw-if-not-resolved=\"False\" />"
- "values(java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.values&text=values\" data-throw-if-not-resolved=\"False\" />"
- ""
- ""
- ""
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "finalize"
- "getClass"
- "notify"
- "notifyAll"
- "wait"
- "wait"
- "wait"
syntax: "public final class **LogLevel** extends <>"
constructors:
- uid: "com.azure.resourcemanager.appcontainers.models.LogLevel.LogLevel()"
fullName: "com.azure.resourcemanager.appcontainers.models.LogLevel.LogLevel()"
name: "LogLevel()"
nameWithType: "LogLevel.LogLevel()"
summary: "Creates a new instance of LogLevel value."
deprecatedTag: "Use the factory method."
syntax: "@Deprecatedpublic LogLevel()"
desc: "Creates a new instance of LogLevel value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.appcontainers.models.LogLevel.DEBUG"
fullName: "com.azure.resourcemanager.appcontainers.models.LogLevel.DEBUG"
name: "DEBUG"
nameWithType: "LogLevel.DEBUG"
summary: "Static value debug for LogLevel."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final LogLevel DEBUG"
desc: "Static value debug for LogLevel."
- uid: "com.azure.resourcemanager.appcontainers.models.LogLevel.ERROR"
fullName: "com.azure.resourcemanager.appcontainers.models.LogLevel.ERROR"
name: "ERROR"
nameWithType: "LogLevel.ERROR"
summary: "Static value error for LogLevel."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final LogLevel ERROR"
desc: "Static value error for LogLevel."
- uid: "com.azure.resourcemanager.appcontainers.models.LogLevel.INFO"
fullName: "com.azure.resourcemanager.appcontainers.models.LogLevel.INFO"
name: "INFO"
nameWithType: "LogLevel.INFO"
summary: "Static value info for LogLevel."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final LogLevel INFO"
desc: "Static value info for LogLevel."
- uid: "com.azure.resourcemanager.appcontainers.models.LogLevel.WARN"
fullName: "com.azure.resourcemanager.appcontainers.models.LogLevel.WARN"
name: "WARN"
nameWithType: "LogLevel.WARN"
summary: "Static value warn for LogLevel."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final LogLevel WARN"
desc: "Static value warn for LogLevel."
methods:
- uid: "com.azure.resourcemanager.appcontainers.models.LogLevel.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.appcontainers.models.LogLevel.fromString(String name)"
name: "fromString(String name)"
nameWithType: "LogLevel.fromString(String name)"
summary: "Creates or finds a LogLevel from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "String"
syntax: "public static LogLevel fromString(String name)"
desc: "Creates or finds a LogLevel from its string representation."
returns:
description: "the corresponding LogLevel."
type: ""
- uid: "com.azure.resourcemanager.appcontainers.models.LogLevel.values()"
fullName: "com.azure.resourcemanager.appcontainers.models.LogLevel.values()"
name: "values()"
nameWithType: "LogLevel.values()"
summary: "Gets known LogLevel values."
modifiers:
- "static"
syntax: "public static Collection values()"
desc: "Gets known LogLevel values."
returns:
description: "known LogLevel values."
type: "Collection<>"
type: "class"
desc: "Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info."
metadata: {}
package: "com.azure.resourcemanager.appcontainers.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0