Hey,
the Loc-Suite now features a new Logging facility. This means we no longer have the regular text log that is also written to a file, but now a tree-based logging with error levels. Just like the Xcode compile log, each action log can consist of multiple inner log items. Each of these items has a level (none, warning, error) that is propagated upwards. Now here come the nice things:
- Using these levels I can express ibtools error and warning messages!
- When a warning appears, the window will automatically open!
- Even the string parsing can easily be verified by the user: Warnings and errors will pop up.
I hope you find it as useful a I do. I’d love to get some feedback!
Max