AppDaprLogLevel Struct

Definition

Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. Serialized Name: DaprLogLevel

public readonly struct AppDaprLogLevel : IEquatable<Azure.ResourceManager.AppService.Models.AppDaprLogLevel>
type AppDaprLogLevel = struct
Public Structure AppDaprLogLevel
Implements IEquatable(Of AppDaprLogLevel)
Inheritance
AppDaprLogLevel
Implements

Constructors

Name Description
AppDaprLogLevel(String)

Initializes a new instance of AppDaprLogLevel.

Properties

Name Description
Debug

debug Serialized Name: DaprLogLevel.debug

Error

error Serialized Name: DaprLogLevel.error

Info

info Serialized Name: DaprLogLevel.info

Warn

warn Serialized Name: DaprLogLevel.warn

Methods

Name Description
Equals(AppDaprLogLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AppDaprLogLevel, AppDaprLogLevel)

Determines if two AppDaprLogLevel values are the same.

Implicit(String to AppDaprLogLevel)

Converts a String to a AppDaprLogLevel.

Inequality(AppDaprLogLevel, AppDaprLogLevel)

Determines if two AppDaprLogLevel values are not the same.

Applies to