C# Class Ivony.Logs.TextFileLogWriter

协助写入文本日志的日志写入器
Afficher le fichier Open project: Ivony/LogUtility

Méthodes publiques

Méthode Description
EnsureFile ( ) : void

确保文件存在

TextFileLogWriter ( string filepath ) : System

创建 TextFileLogWriter 对象

Method Details

EnsureFile() public méthode

确保文件存在
public EnsureFile ( ) : void
Résultat void

TextFileLogWriter() public méthode

创建 TextFileLogWriter 对象
public TextFileLogWriter ( string filepath ) : System
filepath string
Résultat System