LogId 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.
Class representing the fully-qualified id of a given log stream and all information that can be used to identify the log.
public value class LogId : IEquatable<Microsoft::VisualStudio::RpcContracts::Logging::LogId>
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
[System.Runtime.Serialization.DataContract]
public struct LogId : IEquatable<Microsoft.VisualStudio.RpcContracts.Logging.LogId>
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
[<System.Runtime.Serialization.DataContract>]
type LogId = struct
Public Structure LogId
Implements IEquatable(Of LogId)
- Inheritance
-
LogId
- Attributes
- Implements
Constructors
LogId(String, ServiceMoniker) |
Initializes a new instance of the LogId struct. |
Properties
LogName |
Gets the fully-qualified name of the given log stream. |
ServiceId |
Gets the ServiceMoniker of the service that is emitting this log stream. |
Methods
Equals(LogId) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Indicates whether this instance and a specified object are equal. |
GetHashCode() | Returns the hash code for this instance. |
ToString() | Returns the fully qualified type name of this instance. |
Operators
Equality(LogId, LogId) |
Equality comparison operator. |
Inequality(LogId, LogId) |
Inequality comparison operator. |