Changes between Version 4 and Version 5 of LoggingAPI


Ignore:
Timestamp:
Nov 25, 2014, 11:09:21 AM (11 years ago)
Author:
pett
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoggingAPI

    v4 v5  
    2828If available, the message will be shown in the tool's own status area (there is no such area in the current implementation).
    2929Otherwise 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 window then the message will be dropped.
     30which in turn will forward to sess.ui's `status()` method.
     31If there is no such method (probably true if nogui) then the message will be dropped.
    3232Non-tools can issue status messages by calling the logger's `status()` method directly.
    3333