C# Class EasyFarm.Classes.LogEntries

Mostra file Open project: EasyFarm/EasyFarm Class Usage Examples

Public Properties

Property Type Description
LoggedItems ObservableCollection

Public Methods

Method Description
Write ( System.DateTime dateTime, string message ) : void
Write ( string message ) : void

Private Methods

Method Description
FormatTimeStamp ( System.DateTime dateTime ) : string
PrependTimestamp ( System.DateTime dateTime, string message ) : string
RecordLogItem ( string message ) : void
RecordLogItemOnUiThread ( string message ) : void

Method Details

Write() public method

public Write ( System.DateTime dateTime, string message ) : void
dateTime System.DateTime
message string
return void

Write() public method

public Write ( string message ) : void
message string
return void

Property Details

LoggedItems public_oe property

public ObservableCollection LoggedItems
return ObservableCollection