C# 클래스 FOMonitor.LogParser

파일 보기 프로젝트 열기: rotators/tools 1 사용 예제들

공개 메소드들

메소드 설명
GetAlts ( bool AggressiveIpMatching, bool NameCheck ) : List
GetPlayers ( ) : List
GetServerData ( ) : FOMonitor.ServerData
LogParser ( List paths, bool parseall, bool matchmode, bool onlyunique ) : System
LogParser ( string path, bool parseall, bool matchmode, bool onlyunique ) : System

비공개 메소드들

메소드 설명
Convert ( string s ) : string
Exists ( List arr, FOMonitor.Player p ) : bool
GetIpSubnet ( string ip ) : string
GetLogElement ( string line, string &modified, bool ParseToSingleSpace ) : string
GetStartLineForLastInstance ( List lines ) : int
ReadLog ( string path, bool parseAll, bool overwriteMatch, bool onlyUnique ) : void

메소드 상세

GetAlts() 공개 메소드

public GetAlts ( bool AggressiveIpMatching, bool NameCheck ) : List
AggressiveIpMatching bool
NameCheck bool
리턴 List

GetPlayers() 공개 메소드

public GetPlayers ( ) : List
리턴 List

GetServerData() 공개 메소드

public GetServerData ( ) : FOMonitor.ServerData
리턴 FOMonitor.ServerData

LogParser() 공개 메소드

public LogParser ( List paths, bool parseall, bool matchmode, bool onlyunique ) : System
paths List
parseall bool
matchmode bool
onlyunique bool
리턴 System

LogParser() 공개 메소드

public LogParser ( string path, bool parseall, bool matchmode, bool onlyunique ) : System
path string
parseall bool
matchmode bool
onlyunique bool
리턴 System