自分の winow.rootviewcontroller 名を知る必要があります。
例えば
UITabBarController *demoTabBarController = [[UITabBarController alloc] init];
[self.demoTabBarController setDelegate:self];
self.demoTabBarController.viewControllers = [NSArray arrayWithObjects:mainNavController, searchView, challengeView, nil];
self.window.rootViewController = self.demoTabBarController;
NSLog では、結果として demoTabBarController が必要です。それを達成する方法はありますか?
rootviewcontroller のクラス名は必要ないことに注意してください。