Difference between revisions of "Event Tracer"
(→Context Menu) |
|||
(15 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
==Logging list== | ==Logging list== | ||
− | The list shows all events that | + | The list shows all events that occured since the start of the Studio session. Every entry has an information header shown in the list, consisting of the type and the time it occured as well as the time that elapsed, which is updated frequently. Every entry then can be expanded to show the full information included in this event. |
===Message Types=== | ===Message Types=== | ||
Line 10: | Line 10: | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
− | ! | + | ! Icon !! Type !! Content |
− | |- align=" | + | |- |
− | | Error || events the user should pay high attention to because the system is in a vulnerable state (marked with red error symbol); if the error message also provides a stack trace, the stacktrace will be shown on the right of the list box | + | | align="center" | [[File:IC_EventTracer_Error.png]] || Error || events the user should pay high attention to because the system is in a vulnerable state (marked with red error symbol); if the error message also provides a stack trace, the stacktrace will be shown on the right of the list box |
− | |- align=" | + | |- |
− | | Warning|| events that have to be investigated because they are potentially important to the productive use of the system (marked with yellow warning symbol) | + | | align="center" | [[File:IC_EventTracer_Warning.png]] || Warning|| events that have to be investigated because they are potentially important to the productive use of the system (marked with yellow warning symbol) |
− | |- align=" | + | |- |
− | | Message|| events that support the user in debugging or finding problems in general (marked with blue message symbol) | + | | align="center" | [[File:IC_EventTracer_Message.png]] || Message|| events that support the user in debugging or finding problems in general (marked with blue message symbol) |
|} | |} | ||
Line 24: | Line 24: | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
− | ! Item !! Purpose | + | ! Icon !! Item !! Purpose |
|- align="left" | |- align="left" | ||
− | | Select Category || Here the user can check or uncheck the categories to be shown in the list; changing this will hide or show the selected category of events in the list | + | | align="center" | [[File:IC_EventTracer_categories.png]] || Select Category || Here the user can check or uncheck the categories to be shown in the list; changing this will hide or show the selected category of events in the list |
|- align="left" | |- align="left" | ||
− | | Sort by time stamp || this will sort the entries by the time stamp; clicking this repeatedly will change the direction of the sorting between ascending and descending time stamp | + | | align="center" | [[File:IC_EventTracer_orderbytimeasc.png]] || Sort by time stamp || this will sort the entries by the time stamp; clicking this repeatedly will change the direction of the sorting between ascending and descending time stamp |
|- align="left" | |- align="left" | ||
− | | Sort by category || this will sort the entries by the level of importance; clicking this repeatedly will change the direction of the sorting between important messages shown on top or at the bottom of the list | + | | align="center" | [[File:IC_EventTracer_orderbycatdesc.png]] || Sort by category || this will sort the entries by the level of importance; clicking this repeatedly will change the direction of the sorting between important messages shown on top or at the bottom of the list |
|- align="left" | |- align="left" | ||
− | | Expand all items || this will expand all list entries to show all the information behind | + | | align="center" | [[File:IC_EventTracer_expandall.png]] || Expand all items || this will expand all list entries to show all the information behind |
|- align="left" | |- align="left" | ||
− | | Collapse all items || this will collapse all list entries to show their headers only | + | | align="center" | [[File:IC_EventTracer_collapseall.png]] || Collapse all items || this will collapse all list entries to show their headers only |
|- align="left" | |- align="left" | ||
− | | Copy to Clipboard || this will copy the content of the currently selected event(s) | + | | align="center" | [[File:IC_EventTracer_copy.png]] || Copy to Clipboard || this will copy the content of the currently selected event(s) |
|- align="left" | |- align="left" | ||
− | | Copy all to Clipboard || this will copy the content of the all listed events to the clipboard | + | | align="center" | [[File:IC_EventTracer_copyAll.png]] || Copy all to Clipboard || this will copy the content of the all listed events to the clipboard |
|- align="left" | |- align="left" | ||
− | | Save to file || Saves the content of the currently selected event(s) to a text file | + | | align="center" | [[File:IC_EventTracer_SaveHS.png]] || Save to file || Saves the content of the currently selected event(s) to a text file |
|- align="left" | |- align="left" | ||
− | | Save all to file || Saves the content of the all listed events to a text file | + | | align="center" | [[File:IC_EventTracer_SaveAllHS.png]] || Save all to file || Saves the content of the all listed events to a text file |
|- align="left" | |- align="left" | ||
− | | Clear all items|| Clears the event list | + | | align="center" | [[File:IC_EventTracer_removeall.png]] || Clear all items|| Clears the event list |
|} | |} | ||
==Status bar== | ==Status bar== | ||
− | The Event Tracer features a status bar at the bottom showing the | + | The Event Tracer features a status bar at the bottom showing the following information: |
− | * number of each event type; clicking these items will also hide or show the respective type of events | + | * number of each event type; clicking these items will also hide or show the respective type of events in the list. |
− | * last event including time stamp; clicking on this item will automatically show and select the item in the events list. | + | * last event including the time stamp; clicking on this item will automatically show and select the item in the events list. |
==Context Menu== | ==Context Menu== | ||
Line 57: | Line 57: | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
− | ! Item !! Purpose | + | ! Icon !! Item !! Purpose |
|- align="left" | |- align="left" | ||
− | | Copy to Clipboard || | + | | align="center" | [[File:IC_EventTracer_copy.png]] ||Copy to Clipboard || Copy the content of the currently selected event(s) |
|- align="left" | |- align="left" | ||
− | | Copy all to Clipboard || | + | | align="center" | [[File:IC_EventTracer_copyAll.png]] ||Copy all to Clipboard || Copy the content of all listed events to the clipboard |
|- align="left" | |- align="left" | ||
− | | Save to file || | + | | align="center" | [[File:IC_EventTracer_SaveHS.png]] || Save to file || Save the content of the currently selected event(s) to a text file |
|- align="left" | |- align="left" | ||
− | | Save all to file || | + | | align="center" | [[File:IC_EventTracer_SaveAllHS.png]] ||Save all to file || Save the content of all listed events to a text file |
|- align="left" | |- align="left" | ||
− | | Navigate to... || Navigate to the | + | | align="center" | [[File:IC_EventTracer_navigateto.png]] || Navigate to... || Navigate to the {{UBIK}} object involved in this message; this menu item is only enabled if there is information about the involved object |
|} | |} | ||
+ | == See also == | ||
+ | * [[Logging]] | ||
[[Category:Studio_tools]] | [[Category:Studio_tools]] |
Latest revision as of 18:30, 11 May 2015
The Event Tracer monitors and visualizes events occuring in the UBIK® system environment immediately, while the event data is also written by the logging mechanism in the background. This enables the user to watch events as they happen without the need to open log files. These events can be errors and warnings as well as messages generated out of the customizing code for debugging purposes (see logging category types).
Logging list
The list shows all events that occured since the start of the Studio session. Every entry has an information header shown in the list, consisting of the type and the time it occured as well as the time that elapsed, which is updated frequently. Every entry then can be expanded to show the full information included in this event.
Message Types
UBIK® Event Tracer is able to show the following event types:
Toolbar
The Event Tracer features a toolbar with the following items, from left to right:
Status bar
The Event Tracer features a status bar at the bottom showing the following information:
- number of each event type; clicking these items will also hide or show the respective type of events in the list.
- last event including the time stamp; clicking on this item will automatically show and select the item in the events list.
Context Menu
By right-clicking an event in the list, a context menu is shown: