You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During development, you can browse and manipulate the platform log file using the PDE Error Log view (Window > Show View > Other > PDE Runtime > Error Log). You can also have the log file mirrored in the Java console by starting Eclipse with the -consoleLog command-line argument.
The old code ErrorDialog.openError(...); or MessageDialog.openError(...); should be refactored into StatusManager.getManager().handle(..., StatusManager.SHOW).
Currently the log output is written to the console via System.out.
This is discouraged. We should use a proper logging mechanism.
Which one does KAMP use?
The text was updated successfully, but these errors were encountered: