Class WindowsEventLog
The WindowsEventLog extension captures details specific to Windows Event Log events.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class WindowsEventLog : IMessage<WindowsEventLog>, IEquatable<WindowsEventLog>, IDeepCloneable<WindowsEventLog>, IBufferMessage, IMessage
Constructors
WindowsEventLog()
Declaration
public WindowsEventLog()
WindowsEventLog(WindowsEventLog)
Declaration
public WindowsEventLog(WindowsEventLog other)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowsEventLog | other |
Properties
ActivityId
A GUID (Globally Unique Identifier) used to link a sequence of related events together.
Declaration
public string ActivityId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Channel
The channel of the event.
Declaration
public WindowsEventLog.Types.Channel Channel { get; set; }
Property Value
| Type | Description |
|---|---|
| WindowsEventLog.Types.Channel |
EventId
A unique identifier for a specific type of event.
Declaration
public string EventId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |