We can log with NSlog in other view in iOS 8 (Xcode Beta Version).
However, I can't NSLog in keyboard extension in KeyboardViewController. It didn't appear in log.
NSLog(@"viewdidload in keyboard");
I would like to know how to detect/log in real time.