C# 클래스 SAMP_AC_Extension.Log

상속: SAMP_AC_Extension
파일 보기 프로젝트 열기: Whitetigerswt/SAMP_AC_Extension

공개 메소드들

메소드 설명
Log ( ) : System
LogFileSecurityMove ( IniFile ini, int matchid ) : void
LogFileSecurityUpdate ( IniFile ini, int matchId, string szLogFilePath ) : void
WriteLog ( string d ) : bool
WriteLog ( string d, bool forcedecrypt ) : bool
deleteLogFile ( object source, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

Log() 공개 메소드

public Log ( ) : System
리턴 System

LogFileSecurityMove() 공개 정적인 메소드

public static LogFileSecurityMove ( IniFile ini, int matchid ) : void
ini IniFile
matchid int
리턴 void

LogFileSecurityUpdate() 공개 정적인 메소드

public static LogFileSecurityUpdate ( IniFile ini, int matchId, string szLogFilePath ) : void
ini IniFile
matchId int
szLogFilePath string
리턴 void

WriteLog() 공개 정적인 메소드

public static WriteLog ( string d ) : bool
d string
리턴 bool

WriteLog() 공개 정적인 메소드

public static WriteLog ( string d, bool forcedecrypt ) : bool
d string
forcedecrypt bool
리턴 bool

deleteLogFile() 공개 정적인 메소드

public static deleteLogFile ( object source, System.Timers.ElapsedEventArgs e ) : void
source object
e System.Timers.ElapsedEventArgs
리턴 void