Class CustomInputLogger
Inheritance
CustomInputLogger
Assembly: cs.temp.dll.dll
public abstract class CustomInputLogger : BasicInputLogger
Fields
Declaration
protected string filename
Field Value
Declaration
protected bool printedHeader
Field Value
Declaration
protected static DateTime TimerStart
Field Value
| Type |
Description |
| DateTime |
|
Methods
Declaration
public void CancelLogging()
Declaration
protected void CreateNewLog()
Declaration
protected virtual void CustomAppend(string msg)
Parameters
| Type |
Name |
Description |
| String |
msg |
|
Declaration
public void StartLogging()
Declaration
public void StopLoggingAndSave()