C# Class Ivony.Logs.TextFileLogWriter

协助写入文本日志的日志写入器
显示文件 Open project: Ivony/LogUtility

Public Methods

Method Description
EnsureFile ( ) : void

确保文件存在

TextFileLogWriter ( string filepath ) : System

创建 TextFileLogWriter 对象

Method Details

EnsureFile() public method

确保文件存在
public EnsureFile ( ) : void
return void

TextFileLogWriter() public method

创建 TextFileLogWriter 对象
public TextFileLogWriter ( string filepath ) : System
filepath string
return System