C# Class Cgw.Common.FileOperation

Show file Open project: eSDK/esdk_Cgw

Public Properties

Property Type Description
log NLog.Logger

Public Methods

Method Description
WriteFile ( string path, string content ) : void

写文件

Method Details

WriteFile() public method

写文件
public WriteFile ( string path, string content ) : void
path string
content string
return void

Property Details

log public static property

记录日志操作类.
public static NLog.Logger log
return NLog.Logger