C# Class Cgw.Common.FileOperation

ファイルを表示 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_oe static_oe property

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