Table of Contents
# The two methods
ConfigService.SetConsoleLogLevel(int)
ConfigService.SetFileLogLevel(int)
# Have been replaced by
ConfigService.SetLogLevel(int)
from mantid import FrameworkManager, UsageService
UsageService.setApplicationName('myapp')
FrameworkManager.Instance()