C# 클래스 GestureTests.Logger

파일 보기 프로젝트 열기: ISUE/Multiwave

공개 프로퍼티들

프로퍼티 타입 설명
LogPath string

공개 메소드들

메소드 설명
Log ( String keypress ) : void
Log ( String gesture, String expected, List hist ) : void
Logger ( string suffix ) : System

메소드 상세

Log() 공개 메소드

public Log ( String keypress ) : void
keypress String
리턴 void

Log() 공개 메소드

public Log ( String gesture, String expected, List hist ) : void
gesture String
expected String
hist List
리턴 void

Logger() 공개 메소드

public Logger ( string suffix ) : System
suffix string
리턴 System

프로퍼티 상세

LogPath 공개적으로 정적으로 프로퍼티

Target Location for user logs.
public static string LogPath
리턴 string