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.
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
Accepted by parameters
Constructors
public NetLogonLogEntryGeneric() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.