LoggerOptions.RequestedLoggingLevel Property
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.
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