C# Class AcTools.Utils.LogWatcher

Mostrar archivo Open project: gro-ove/actools

Public Methods

Method Description
Get ( ) : string[]
GetAll ( ) : string[]
LogWatcher ( string logFile ) : System.IO
Reset ( ) : void

Method Details

Get() public method

public Get ( ) : string[]
return string[]

GetAll() public method

public GetAll ( ) : string[]
return string[]

LogWatcher() public method

public LogWatcher ( string logFile ) : System.IO
logFile string
return System.IO

Reset() public method

public Reset ( ) : void
return void