C# Class Ivony.Logs.BlankLogger

代表一个不将日志记录到任何地方的日志记录器
Inheritance: Logger
显示文件 Open project: Ivony/LogUtility

Public Properties

Property Type Description
Instance Logger

Public Methods

Method Description
LogEntry ( LogEntry entry ) : void

重写 LogEntry 方法,什么事都不干。

Method Details

LogEntry() public method

重写 LogEntry 方法,什么事都不干。
public LogEntry ( LogEntry entry ) : void
entry LogEntry 要记录的日志条目
return void

Property Details

Instance public_oe static_oe property

获取一个 BlankLogger 的实例
public static Logger Instance
return Logger