mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class BasicInputLogger

    Inheritance
    Object
    BasicInputLogger
    CustomInputLogger
    Implements
    MonoBehaviour
    Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos.EyeTracking.Logging
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BasicInputLogger : MonoBehaviour, MonoBehaviour

    Fields

    addTimestampToLogfileName

    Declaration
    public bool addTimestampToLogfileName
    Field Value
    Type Description
    Boolean

    addTimestampToLogfileName

    Declaration
    public bool addTimestampToLogfileName
    Field Value
    Type Description
    Boolean

    sessionDescr

    Declaration
    protected string sessionDescr
    Field Value
    Type Description
    String

    sessionDescr

    Declaration
    protected string sessionDescr
    Field Value
    Type Description
    String

    UserName

    Declaration
    public string UserName
    Field Value
    Type Description
    String

    UserName

    Declaration
    public string UserName
    Field Value
    Type Description
    String

    Properties

    FilenameNoTimestamp

    Declaration
    protected string FilenameNoTimestamp { get; }
    Property Value
    Type Description
    String

    FilenameNoTimestamp

    Declaration
    protected string FilenameNoTimestamp { get; }
    Property Value
    Type Description
    String

    FilenameWithTimestamp

    Declaration
    protected string FilenameWithTimestamp { get; }
    Property Value
    Type Description
    String

    FilenameWithTimestamp

    Declaration
    protected string FilenameWithTimestamp { get; }
    Property Value
    Type Description
    String

    LogDirectory

    Declaration
    public string LogDirectory { get; }
    Property Value
    Type Description
    String

    LogDirectory

    Declaration
    public string LogDirectory { get; }
    Property Value
    Type Description
    String

    Methods

    Append(String)

    Declaration
    public bool Append(string msg)
    Parameters
    Type Name Description
    String msg
    Returns
    Type Description
    Boolean

    Append(String)

    Declaration
    public bool Append(string msg)
    Parameters
    Type Name Description
    String msg
    Returns
    Type Description
    Boolean

    GetFileName()

    Declaration
    protected abstract string GetFileName()
    Returns
    Type Description
    String

    GetFileName()

    Declaration
    protected abstract string GetFileName()
    Returns
    Type Description
    String

    GetHeader()

    Declaration
    public abstract string GetHeader()
    Returns
    Type Description
    String

    GetHeader()

    Declaration
    public abstract string GetHeader()
    Returns
    Type Description
    String

    OnDestroy()

    Declaration
    public virtual void OnDestroy()

    OnDestroy()

    Declaration
    public virtual void OnDestroy()

    ResetLog()

    Declaration
    public void ResetLog()

    ResetLog()

    Declaration
    public void ResetLog()

    SaveLogs()

    Declaration
    public void SaveLogs()

    SaveLogs()

    Declaration
    public void SaveLogs()

    SetSessionDescr(String)

    Declaration
    public void SetSessionDescr(string descr)
    Parameters
    Type Name Description
    String descr

    SetSessionDescr(String)

    Declaration
    public void SetSessionDescr(string descr)
    Parameters
    Type Name Description
    String descr

    SetUserName(String)

    Declaration
    public void SetUserName(string name)
    Parameters
    Type Name Description
    String name

    SetUserName(String)

    Declaration
    public void SetUserName(string name)
    Parameters
    Type Name Description
    String name

    Implements

    MonoBehaviour
    In This Article
    • Fields
      • addTimestampToLogfileName
      • addTimestampToLogfileName
      • sessionDescr
      • sessionDescr
      • UserName
      • UserName
    • Properties
      • FilenameNoTimestamp
      • FilenameNoTimestamp
      • FilenameWithTimestamp
      • FilenameWithTimestamp
      • LogDirectory
      • LogDirectory
    • Methods
      • Append(String)
      • Append(String)
      • GetFileName()
      • GetFileName()
      • GetHeader()
      • GetHeader()
      • OnDestroy()
      • OnDestroy()
      • ResetLog()
      • ResetLog()
      • SaveLogs()
      • SaveLogs()
      • SetSessionDescr(String)
      • SetSessionDescr(String)
      • SetUserName(String)
      • SetUserName(String)
    • Implements
    Back to top Generated by DocFX