AppDaprLogLevel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET