C# Class LightFramework.Tracing.MetaLog

MetaLog类提供封送日志的相关数据的基类。
Afficher le fichier Open project: xianrendzw/LightFramework.Net Class Usage Examples

Protected Properties

Свойство Type Description
_storage Storage

Méthodes publiques

Méthode Description
MetaLog ( ) : System

构造函数。

MetaLog ( string logMsg ) : System

构造函数。

Method Details

MetaLog() public méthode

构造函数。
public MetaLog ( ) : System
Résultat System

MetaLog() public méthode

构造函数。
public MetaLog ( string logMsg ) : System
logMsg string 日志的文本信息
Résultat System

Property Details

_storage protected_oe property

protected Storage _storage
Résultat Storage