DaprLogLevel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. DaprLogLevel
- com.
- com.
public final class DaprLogLevel
extends ExpandableStringEnum<DaprLogLevel>
Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Dapr |
DEBUG
Static value debug for Dapr |
static final
Dapr |
ERROR
Static value error for Dapr |
static final
Dapr |
INFO
Static value info for Dapr |
static final
Dapr |
WARN
Static value warn for Dapr |
Constructor Summary
Constructor | Description |
---|---|
DaprLogLevel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dapr |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Dapr |
fromString(String name)
Creates or finds a Dapr |
static
Collection<Dapr |
values()
Gets known Dapr |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEBUG
public static final DaprLogLevel DEBUG
Static value debug for DaprLogLevel.
ERROR
public static final DaprLogLevel ERROR
Static value error for DaprLogLevel.
INFO
public static final DaprLogLevel INFO
Static value info for DaprLogLevel.
WARN
public static final DaprLogLevel WARN
Static value warn for DaprLogLevel.
Constructor Details
DaprLogLevel
@Deprecated
public DaprLogLevel()
Deprecated
Creates a new instance of DaprLogLevel value.
Method Details
fromString
public static DaprLogLevel fromString(String name)
Creates or finds a DaprLogLevel from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DaprLogLevel values.
Returns:
Applies to
Azure SDK for Java