LoggerOptions.MinSupportedLoggingLevel 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 least verbose logging level that should ever be set.
public:
property Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ MinSupportedLoggingLevel { Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings MinSupportedLoggingLevel { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.MinSupportedLoggingLevel : Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings
Public ReadOnly Property MinSupportedLoggingLevel As LoggingLevelSettings
Property Value
- Attributes