C# Class TeamMentor.CoreLib.Tracking_Application_ExtensionMethods

Show file Open project: TeamMentor/Master

Public Methods

Method Description
clearLog ( this tracking, bool saveLog = true ) : Tracking_Application
logData ( this tracking ) : string
realTime_LogFilePath ( this tracking ) : string
saveLog ( this tracking ) : Tracking_Application
start ( this tracking, string baseFolder ) : Tracking_Application
stop ( this tracking ) : Tracking_Application

Method Details

clearLog() public static method

public static clearLog ( this tracking, bool saveLog = true ) : Tracking_Application
tracking this
saveLog bool
return Tracking_Application

logData() public static method

public static logData ( this tracking ) : string
tracking this
return string

realTime_LogFilePath() public static method

public static realTime_LogFilePath ( this tracking ) : string
tracking this
return string

saveLog() public static method

public static saveLog ( this tracking ) : Tracking_Application
tracking this
return Tracking_Application

start() public static method

public static start ( this tracking, string baseFolder ) : Tracking_Application
tracking this
baseFolder string
return Tracking_Application

stop() public static method

public static stop ( this tracking ) : Tracking_Application
tracking this
return Tracking_Application