C# Class uREPL.Log.Data

Show 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 property

public Level level
return Level

log public property

public string log
return string

meta public property

public string meta
return string