cachedRunTestLoggingSetting =
getLoggingService().getAllLoggingInfo(getProject(), LoggingInfo.SupportedFeatureEnum.RunTest);
LoggingComposite runTestLoggingComposite =
new LoggingComposite(propertyComposite, getLoggingService(), SWT.NONE, true,
LoggingInfo.SupportedFeatureEnum.RunTest);
runTestLoggingComposite.enable(getProject());
// execute anonymous logging setting: new logging framework
cachedExeAnonymousLoggingSetting =
getLoggingService().getAllLoggingInfo(getProject(), LoggingInfo.SupportedFeatureEnum.ExecuteAnonymous);
LoggingComposite loggingComposite =