2008 11 13NSLogConsole bugfix, 2
NSLogConsole redirects NSLog to a file and displays its content in a
WebView
console. Your can click your error messages and NSLogConsole
will open your matching source file in XCode.
BUGFIX : messages from foreign code would be delayed until you called NSLog
yourself. That's fixed : now any runtime error from any ObjC class will show up right away.