UIAutomation.LogHelper.LogHelper C# (CSharp) Method

LogHelper() public method

public LogHelper ( ) : System
return System
        public LogHelper()
        {
            if (_alreadyInitialized) return;
            Init();
        }
        

Same methods

LogHelper::LogHelper ( string logPath ) : System