Class DaprLogLevel

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DaprLogLevel>
com.azure.resourcemanager.appservice.models.DaprLogLevel
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class DaprLogLevel extends com.azure.core.util.ExpandableStringEnum<DaprLogLevel>
Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info.
  • Field Details

    • INFO

      public static final DaprLogLevel INFO
      Static value info for DaprLogLevel.
    • DEBUG

      public static final DaprLogLevel DEBUG
      Static value debug for DaprLogLevel.
    • WARN

      public static final DaprLogLevel WARN
      Static value warn for DaprLogLevel.
    • ERROR

      public static final DaprLogLevel ERROR
      Static value error for DaprLogLevel.
  • Constructor Details

    • DaprLogLevel

      @Deprecated public DaprLogLevel()
      Deprecated.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding DaprLogLevel.
    • values

      public static Collection<DaprLogLevel> values()
      Gets known DaprLogLevel values.
      Returns:
      known DaprLogLevel values.