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