API Reference
Class
DsAccessLogEntry
Represents a single DSAccess log entry.
Inheritance
- Object
- DsAccessLogEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DsAccessLog.ReadLogAsync
Constructors
public DsAccessLogEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.