C# Class UnityProxy.Watcher

Watches the Unity log file and redirects it to standard output.
Mostrar archivo Open project: Nordeus/UnityProxy

Public Methods

Method Description
Run ( ) : void
Stop ( ) : void
Watcher ( string logPath ) : System

Creates a new Watcher that will read the log from the specified path.

Private Methods

Method Description
LogProgressMessages ( string text ) : void

Searches for progress bar messages and forwards them to TeamCity.

Method Details

Run() public method

public Run ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Watcher() public method

Creates a new Watcher that will read the log from the specified path.
public Watcher ( string logPath ) : System
logPath string
return System