C# Class Andwho.Logger.Log

Mostrar archivo Open project: JimmyFung/DesktopHelper

Public Methods

Method Description
Log ( bool isWrite ) : System

运行日志

WriteLog ( string msg ) : void

写日志

Method Details

Log() public method

运行日志
public Log ( bool isWrite ) : System
isWrite bool 是否写日志
return System

WriteLog() public method

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