C# Class LogReplay.LogParsing.W3CLogEntryParser

Afficher le fichier Open project: NuGet/Entropy

Méthodes publiques

Méthode Description
ParseLogEntryFromLine ( string line ) : W3CLogEntry

Private Methods

Méthode 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 méthode

public static ParseLogEntryFromLine ( string line ) : W3CLogEntry
line string
Résultat W3CLogEntry