AppDaprLogLevel Struct

Definition

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

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

Constructors

AppDaprLogLevel(String)

Initializes a new instance of AppDaprLogLevel.

Properties

Debug

debug.

Error

error.

Info

info.

Warn

warn.

Methods

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

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