C# Class SiteView.Panel.Log

写日志
Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
Log ( ) : System

构造对象

Log ( string Path ) : System

构造对象

WriteLog ( string sLog ) : void

写日志

Method Details

Log() public méthode

构造对象
public Log ( ) : System
Résultat System

Log() public méthode

构造对象
public Log ( string Path ) : System
Path string 日志路径
Résultat System

WriteLog() public static méthode

写日志
public static WriteLog ( string sLog ) : void
sLog string 日志信息
Résultat void