C# 클래스 LogReplay.LogParsing.W3CLogEntryParser

파일 보기 프로젝트 열기: NuGet/Entropy

공개 메소드들

메소드 설명
ParseLogEntryFromLine ( string line ) : W3CLogEntry

비공개 메소드들

메소드 설명
FromUnixTimestamp ( string unixTimestamp ) : System.DateTime
TrySetIntProperty ( Action propertySetter, string record ) : void
TrySetLongProperty ( Action propertySetter, string record ) : void
TrySetStringProperty ( Action propertySetter, string record ) : void

메소드 상세

ParseLogEntryFromLine() 공개 정적인 메소드

public static ParseLogEntryFromLine ( string line ) : W3CLogEntry
line string
리턴 W3CLogEntry