C# Class CSGO_External_Overlay.MyUtil

Show file Open project: CrazyZhang666/CSGO_External_Overlay Class Usage Examples

Public Methods

Method Description
SaveAppLogFile ( string fileName, string logContent ) : void

保存指定Log文件到本地

Method Details

SaveAppLogFile() public static method

保存指定Log文件到本地
public static SaveAppLogFile ( string fileName, string logContent ) : void
fileName string 文件名(部分)
logContent string 保存内容
return void