C# Class UnityProxy.Watcher

Watches the Unity log file and redirects it to standard output.
Afficher le fichier Open project: Nordeus/UnityProxy

Méthodes publiques

Méthode Description
Run ( ) : void
Stop ( ) : void
Watcher ( string logPath ) : System

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

Private Methods

Méthode Description
LogProgressMessages ( string text ) : void

Searches for progress bar messages and forwards them to TeamCity.

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Watcher() public méthode

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