TeamMentor.CoreLib.Tracking_Application_ExtensionMethods.realTime_LogFilePath C# (CSharp) Method

realTime_LogFilePath() public static method

public static realTime_LogFilePath ( this tracking ) : string
tracking this
return string
        public static string realTime_LogFilePath(this Tracking_Application tracking)
        {
            return (tracking.notNull()) ? tracking.RealTime_LogFilePath : null;
        }