5556575859606162636465
// may not be in UI thread if ( Display.getCurrent() != null ) { print( event ); } else { new AbstractUserJob( "Log" ){ @Override public IStatus runInUIThread(final IProgressMonitor monitor) { print( event ); return Status.OK_STATUS; }