C# Class XLog.Entry

Afficher le fichier Open project: Belorus/XLog Class Usage Examples

Méthodes publiques

Свойство Type Description
Category long
Exception System.Exception
Level LogLevel
Message string
Tag string
TimeStamp System.DateTime

Méthodes publiques

Méthode Description
Entry ( LogLevel level, string tag, string message, long category, Exception ex ) : System

Private Methods

Méthode Description
Entry ( ) : System

Method Details

Entry() public méthode

public Entry ( LogLevel level, string tag, string message, long category, Exception ex ) : System
level LogLevel
tag string
message string
category long
ex System.Exception
Résultat System

Property Details

Category public_oe property

public long Category
Résultat long

Exception public_oe property

public Exception,System Exception
Résultat System.Exception

Level public_oe property

public LogLevel Level
Résultat LogLevel

Message public_oe property

public string Message
Résultat string

Tag public_oe property

public string Tag
Résultat string

TimeStamp public_oe property

public DateTime,System TimeStamp
Résultat System.DateTime