| Summary: | DOT UI - Error Handling/Logging improvements | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Tamas Miklossy <miklossy> |
| Component: | GEF DOT | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 5.1.0 (2019-06) | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Tamas Miklossy
I pushed the following changes to the master branch: [546657] DOT UI - Error Handling/Logging improvements. - Extend the DotActivatorEx with the public static void logError(Exception) method to provide the possibility to log into the Eclipse Error Log. - Modify the DOT UI code base to use that log method instead of a pure e.printStackTrace() call. Resolving as fixed in 5.1.0 (2019-06). |