Share via


LoggerOptions.RequestedLoggingLevel Property

Definition

Gets the requested LoggingLevelSettings. This defines the logging level that the client wants to start with. May be null, which will request the current default from LogHub service.

public:
 property Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ RequestedLoggingLevel { Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings? RequestedLoggingLevel { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.RequestedLoggingLevel : Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings
Public ReadOnly Property RequestedLoggingLevel As LoggingLevelSettings

Property Value

Attributes

Applies to