LoggingLevelSettings Class
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.
Represents the settings for live configuration of a log stream.
public ref class LoggingLevelSettings : IComparable<Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^>, IEquatable<Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^>
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
[System.Runtime.Serialization.DataContract]
public class LoggingLevelSettings : IComparable<Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings>, IEquatable<Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings>
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
[<System.Runtime.Serialization.DataContract>]
type LoggingLevelSettings = class
interface IEquatable<LoggingLevelSettings>
interface IComparable<LoggingLevelSettings>
Public Class LoggingLevelSettings
Implements IComparable(Of LoggingLevelSettings), IEquatable(Of LoggingLevelSettings)
- Inheritance
-
LoggingLevelSettings
- Attributes
- Implements
Constructors
LoggingLevelSettings(SourceLevels) |
Initializes a new instance of the LoggingLevelSettings class with all fields specified. |
Properties
LoggingVerbosity |
Gets the desired logging verbosity level that should be recorded. Level is inclusive of all higher (more severe) logging levels. View documentation on SourceLevels for more information. |
Methods
CompareTo(LoggingLevelSettings) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
Equals(LoggingLevelSettings) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | |
GetHashCode() | Serves as the default hash function. |
Operators
Equality(LoggingLevelSettings, LoggingLevelSettings) |
Operator override for ==. |
GreaterThan(LoggingLevelSettings, LoggingLevelSettings) |
Tests if |
GreaterThanOrEqual(LoggingLevelSettings, LoggingLevelSettings) |
Tests if |
Inequality(LoggingLevelSettings, LoggingLevelSettings) |
Operator override for !=. |
LessThan(LoggingLevelSettings, LoggingLevelSettings) |
Tests if |
LessThanOrEqual(LoggingLevelSettings, LoggingLevelSettings) |
Tests if |
Extension Methods
ClampRange(LoggingLevelSettings, LoggingLevelSettings, LoggingLevelSettings) |