comparison dwtx/jface/util/Policy.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 5df4896124c7
children 66bceed20048
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
282 282
283 /** 283 /**
284 * Log the Exception to the logger. 284 * Log the Exception to the logger.
285 * 285 *
286 * @param exception 286 * @param exception
287 * @since 3.4
287 */ 288 */
288 public static void logException(Exception exception) { 289 public static void logException(Exception exception) {
289 getLog().log( 290 getLog().log(
290 new Status(IStatus.ERROR, JFACE, ExceptionGetLocalizedMessage( exception ) 291 new Status(IStatus.ERROR, JFACE, ExceptionGetLocalizedMessage( exception )
291 , exception)); 292 , exception));