Modify ↓
Ticket #881 (closed enhancement: fixed)
Create event watcher for log events
| Reported by: | ejhernandez@… | Owned by: | ejhernandez@… |
|---|---|---|---|
| Milestone: | 0.12 | Component: | events |
| Severity: | major | Keywords: | |
| Cc: |
Description
Each line appended to the log may be consider as an event. This ticket is intended to create a naive event watcher to create an event for every line appended to the logs. No matter which logger is.
Attachments
Change History
comment:3 Changed 5 years ago by ejhernandez@…
- hours changed from 0 to 9.3
- Status changed from new to closed
- Resolution set to fixed
- totalhours changed from 0.0 to 9.3
(In [8871]) * Refactoring event arch to a component which has things in common with Watcher & Dispatcher
- Add Log observer to notify through Events when logs has been registered
- Each Log observer may be enabled or not
- Added Configuration column to ConfigureEventDataTable? model
closes #881 (spent 9.30)
Note: See
TracTickets for help on using
tickets.
(In [8861]) Added header doc to getTableInfo and search methods in Logs mod refs #881