CustomInputLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class CustomInputLogger abstract : Microsoft::MixedReality::Toolkit::Examples::Demos::EyeTracking::Logging::BasicInputLogger
public abstract class CustomInputLogger : Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking.Logging.BasicInputLogger
type CustomInputLogger = class
inherit BasicInputLogger
Public MustInherit Class CustomInputLogger
Inherits BasicInputLogger
- Inheritance
- Derived
Constructors
| CustomInputLogger() |
Fields
| addTimestampToLogfileName | (Inherited from BasicInputLogger) |
| filename | |
| printedHeader | |
| sessionDescr | (Inherited from BasicInputLogger) |
| TimerStart | |
| UserName | (Inherited from BasicInputLogger) |
Properties
| FilenameNoTimestamp | (Inherited from BasicInputLogger) |
| FilenameWithTimestamp | (Inherited from BasicInputLogger) |
| LogDirectory | (Inherited from BasicInputLogger) |
Methods
| Append(String) | (Inherited from BasicInputLogger) |
| CancelLogging() | |
| CreateNewLog() | |
| CustomAppend(String) | |
| GetFileName() | (Inherited from BasicInputLogger) |
| GetHeader() | (Inherited from BasicInputLogger) |
| OnDestroy() | (Inherited from BasicInputLogger) |
| ResetLog() | (Inherited from BasicInputLogger) |
| SaveLogs() | (Inherited from BasicInputLogger) |
| SetSessionDescr(String) | (Inherited from BasicInputLogger) |
| SetUserName(String) | (Inherited from BasicInputLogger) |
| StartLogging() | |
| StopLoggingAndSave() | |