C# Class cleanLayer.LogReader

Inheritance: ILog, INotifyPropertyChanged
Show file Open project: Vipeax/cleanLayer Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
LogReader ( string name, int maxLength = 1000000 ) : System
ToString ( ) : string
WriteLine ( string line ) : void

Protected Methods

Method Description
OnPropertyChanged ( string property ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

LogReader() public method

public LogReader ( string name, int maxLength = 1000000 ) : System
name string
maxLength int
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property ) : void
property string
return void

ToString() public method

public ToString ( ) : string
return string

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void