public void TestLogAllWindows()
        {
            StfLogger.LogLevel = StfLogLevel.Internal;

            StfLogger.LogTrace("Just before logging all windows");
            StfLogger.LogAllWindows(StfLogLevel.Info, "Grabbed all windows");
            StfLogger.LogTrace("right after logging all windows");
        }