TraceVerbosityLevel Struct
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.
The verbosity level applied to traces emitted by trace policies.
public readonly struct TraceVerbosityLevel : IEquatable<Azure.ResourceManager.ApiManagement.Models.TraceVerbosityLevel>
type TraceVerbosityLevel = struct
Public Structure TraceVerbosityLevel
Implements IEquatable(Of TraceVerbosityLevel)
- Inheritance
-
TraceVerbosityLevel
- Implements
Constructors
TraceVerbosityLevel(String) |
Initializes a new instance of TraceVerbosityLevel. |
Properties
Error |
Only traces with 'severity' set to 'error' will be sent to the logger attached to this diagnostic instance. |
Information |
Traces with 'severity' set to 'information' and 'error' will be sent to the logger attached to this diagnostic instance. |
Verbose |
All the traces emitted by trace policies will be sent to the logger attached to this diagnostic instance. |
Methods
Equals(TraceVerbosityLevel) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TraceVerbosityLevel, TraceVerbosityLevel) |
Determines if two TraceVerbosityLevel values are the same. |
Implicit(String to TraceVerbosityLevel) |
Converts a string to a TraceVerbosityLevel. |
Inequality(TraceVerbosityLevel, TraceVerbosityLevel) |
Determines if two TraceVerbosityLevel values are not the same. |
Applies to
Azure SDK for .NET