Changes between Version 4 and Version 5 of LoggingAPI
- Timestamp:
- Nov 25, 2014, 11:09:21 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LoggingAPI
v4 v5 28 28 If available, the message will be shown in the tool's own status area (there is no such area in the current implementation). 29 29 Otherwise the message (and arguments) will be forwarded to the logger's `status()` method, 30 which in turn will forward to the main window's `status()` method.31 If there is no main windowthen the message will be dropped.30 which in turn will forward to sess.ui's `status()` method. 31 If there is no such method (probably true if nogui) then the message will be dropped. 32 32 Non-tools can issue status messages by calling the logger's `status()` method directly. 33 33