 | LogEventInfoSequenceID Property |
Gets the unique identifier of log event which is automatically generated
and monotonously increasing.
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic int SequenceID { get; }
Public ReadOnly Property SequenceID As Integer
Get
Dim instance As LogEventInfo
Dim value As Integer
value = instance.SequenceID
member SequenceID : int with get
Property Value
Type:
Int32
See Also