C# Class LogReplay.LogParsing.W3CLogEntryParser

Show file Open project: NuGet/Entropy

Public Methods

Method Description
ParseLogEntryFromLine ( string line ) : W3CLogEntry

Private Methods

Method Description
FromUnixTimestamp ( string unixTimestamp ) : System.DateTime
TrySetIntProperty ( Action propertySetter, string record ) : void
TrySetLongProperty ( Action propertySetter, string record ) : void
TrySetStringProperty ( Action propertySetter, string record ) : void

Method Details

ParseLogEntryFromLine() public static method

public static ParseLogEntryFromLine ( string line ) : W3CLogEntry
line string
return W3CLogEntry