Method | Description | |
---|---|---|
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 |
public static LogFileSecurityMove ( IniFile ini, int matchid ) : void | ||
ini | IniFile | |
matchid | int | |
return | void |
public static LogFileSecurityUpdate ( IniFile ini, int matchId, string szLogFilePath ) : void | ||
ini | IniFile | |
matchId | int | |
szLogFilePath | string | |
return | void |
public static WriteLog ( string d, bool forcedecrypt ) : bool | ||
d | string | |
forcedecrypt | bool | |
return | bool |
public static deleteLogFile ( object source, System.Timers.ElapsedEventArgs e ) : void | ||
source | object | |
e | System.Timers.ElapsedEventArgs | |
return | void |