C# 클래스 UnityProxy.Watcher

Watches the Unity log file and redirects it to standard output.
파일 보기 프로젝트 열기: Nordeus/UnityProxy

공개 메소드들

메소드 설명
Run ( ) : void
Stop ( ) : void
Watcher ( string logPath ) : System

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

비공개 메소드들

메소드 설명
LogProgressMessages ( string text ) : void

Searches for progress bar messages and forwards them to TeamCity.

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Watcher() 공개 메소드

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