C# 클래스 TeamMentor.CoreLib.Tracking_Application_ExtensionMethods

파일 보기 프로젝트 열기: TeamMentor/Master

공개 메소드들

메소드 설명
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

메소드 상세

clearLog() 공개 정적인 메소드

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

logData() 공개 정적인 메소드

public static logData ( this tracking ) : string
tracking this
리턴 string

realTime_LogFilePath() 공개 정적인 메소드

public static realTime_LogFilePath ( this tracking ) : string
tracking this
리턴 string

saveLog() 공개 정적인 메소드

public static saveLog ( this tracking ) : Tracking_Application
tracking this
리턴 Tracking_Application

start() 공개 정적인 메소드

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

stop() 공개 정적인 메소드

public static stop ( this tracking ) : Tracking_Application
tracking this
리턴 Tracking_Application