C# Class uREPL.Log.Data

Mostra file Open project: hecomi/uREPL Class Usage Examples

Public Properties

Property Type Description
level Level
log string
meta string

Public Methods

Method Description
Data ( string log, string meta, Level level ) : System.Collections.Generic

Method Details

Data() public method

public Data ( string log, string meta, Level level ) : System.Collections.Generic
log string
meta string
level Level
return System.Collections.Generic

Property Details

level public_oe property

public Level level
return Level

log public_oe property

public string log
return string

meta public_oe property

public string meta
return string