Compartilhar via


DaprLogLevelTypeConverter Class

Definition

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

public class DaprLogLevelTypeConverter : System.Management.Automation.PSTypeConverter
type DaprLogLevelTypeConverter = class
    inherit PSTypeConverter
Public Class DaprLogLevelTypeConverter
Inherits PSTypeConverter
Inheritance
DaprLogLevelTypeConverter

Constructors

DaprLogLevelTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to