C# Class Ivony.Logs.BlankLogger

代表一个不将日志记录到任何地方的日志记录器
Inheritance: Logger
Afficher le fichier Open project: Ivony/LogUtility

Méthodes publiques

Свойство Type Description
Instance Logger

Méthodes publiques

Méthode Description
LogEntry ( LogEntry entry ) : void

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

Method Details

LogEntry() public méthode

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

Property Details

Instance public_oe static_oe property

获取一个 BlankLogger 的实例
public static Logger Instance
Résultat Logger