API Reference
Class
NetLogonLogEntryGeneric
Base type for entries parsed from the NetLogon debug log.
Inheritance
- Object
- NetLogonLogEntryGeneric
Remarks
See usage examples in the unit tests for typical scenarios.
Constructors
public NetLogonLogEntryGeneric() #Inherited Methods
Properties
public DateTime Timestamp { get; set; } #Gets or sets the timestamp of the log entry.
public String Category { get; set; } #Gets or sets the category of the entry.
public String ThreadId { get; set; } #Gets or sets the thread identifier.
public String Source { get; set; } #Gets or sets the source of the message.
public String Message { get; set; } #Gets or sets the formatted message.
public String RawLine { get; set; } #Gets or sets the original line from the log file.
public Boolean IsUnparsed { get; set; } #Gets or sets a value indicating whether parsing failed.
public Dictionary<String, String> Properties { get; set; } #Gets additional parsed properties.