Bug 2793 - Event logging for the GUI does not appear to be working
Summary: Event logging for the GUI does not appear to be working
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1632
  Show dependency treegraph
 
Reported: 2006-06-17 02:12 UTC by Rick Moseley
Modified: 2006-10-19 19:04 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2006-06-17 02:12:31 UTC
No events ever appear in the Main log view of the monitoring window.
Comment 1 Phil Muldoon 2006-06-17 17:17:54 UTC
The Status widget sends default log actions events for every observer that fires
(much like TimeLineWidgetAction).

	2006-06-16  Phil Muldoon  <pmuldoon@redhat.com>
	
	* StatusWidget.java (initLogTextView): Added log + event log
	as a default action to all observables.
	* actions/LogAction.java (execute): Added some primitive logging.