Class EventLogObject
Inheritance
System.Object
EventLogObject
Assembly: AsaLib.dll
Syntax
public class EventLogObject : CollectObject
Constructors
|
Improve this Doc
View Source
EventLogObject(String)
Declaration
public EventLogObject(string Event)
Parameters
| Type |
Name |
Description |
| System.String |
Event |
|
Properties
|
Improve this Doc
View Source
Data
Additional associated data
Declaration
public List<string>? Data { get; set; }
Property Value
| Type |
Description |
| System.Nullable<List<System.String>> |
|
|
Improve this Doc
View Source
Event
Declaration
public string Event { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Identity
Declaration
public override string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
Level
The severity level of the event message (availability platform dependent)
Declaration
public string? Level { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Process
The process that the event log is from.
Declaration
public string? Process { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Source
Declaration
public string? Source { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Summary
A summary description of the event message (availability platform dependent)
Declaration
public string? Summary { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Timestamp
The recorded Timestamp in the log file
Declaration
public DateTime? Timestamp { get; set; }
Property Value
| Type |
Description |
| System.Nullable<DateTime> |
|