C# Class SiteView.Panel.Log

写日志
显示文件 Open project: SiteView/ECC8.13

Public Methods

Method Description
Log ( ) : System

构造对象

Log ( string Path ) : System

构造对象

WriteLog ( string sLog ) : void

写日志

Method Details

Log() public method

构造对象
public Log ( ) : System
return System

Log() public method

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

WriteLog() public static method

写日志
public static WriteLog ( string sLog ) : void
sLog string 日志信息
return void