API Reference
Class
DsAccessLogEntry
Represents a single DSAccess log entry.
Inheritance
- Object
- DsAccessLogEntry
Constructors
public DsAccessLogEntry() #Inherited Methods
Properties
public DateTime Timestamp { get; set; } #Timestamp of the entry.
public String ProcessName { get; set; } #Process name producing the entry.
public Nullable<Int32> ProcessId { get; set; } #Process id if available.
public String Severity { get; set; } #Severity level of the entry if available.
public DsAccessLogLevel LogLevel { get; set; } #Parsed log level.
public Nullable<Int32> EventId { get; set; } #Event identifier if present.
public String EventCategory { get; set; } #Event category if present.
public String Operation { get; set; } #Operation captured in the entry.
public String User { get; set; } #User associated with the entry.
public String DomainController { get; set; } #Domain controller referenced in the entry.
public String Message { get; set; } #Raw log message.
public String RawLine { get; set; } #Entire unparsed line.
public Boolean IsUnparsed { get; set; } #Indicates the entry could not be fully parsed.