C# Class uREPL.Log.Data

Afficher le fichier Open project: hecomi/uREPL Class Usage Examples

Méthodes publiques

Свойство Type Description
level Level
log string
meta string

Méthodes publiques

Méthode Description
Data ( string log, string meta, Level level ) : System.Collections.Generic

Method Details

Data() public méthode

public Data ( string log, string meta, Level level ) : System.Collections.Generic
log string
meta string
level Level
Résultat System.Collections.Generic

Property Details

level public_oe property

public Level level
Résultat Level

log public_oe property

public string log
Résultat string

meta public_oe property

public string meta
Résultat string