C# Class GestureTests.Logger

Datei anzeigen Open project: ISUE/Multiwave

Public Properties

Property Type Description
LogPath string

Public Methods

Method Description
Log ( String keypress ) : void
Log ( String gesture, String expected, List hist ) : void
Logger ( string suffix ) : System

Method Details

Log() public method

public Log ( String keypress ) : void
keypress String
return void

Log() public method

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

Logger() public method

public Logger ( string suffix ) : System
suffix string
return System

Property Details

LogPath public_oe static_oe property

Target Location for user logs.
public static string LogPath
return string