Révision 2573

tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 2573)
2395 2395
				}
2396 2396
				
2397 2397
				// log
2398
				if (!this.getComputingStartMessage().isEmpty() && (this.isVisible() || Log.isLoggingFineLevel())) {
2399
					// console log
2400
					Log.info(this.getComputingStartMessage());
2398
				if (!this.getComputingStartMessage().isEmpty()) {
2401 2399
					
2400
					// console log, only for visible result or if the log level is superior to info
2401
					if (this.isVisible() || Log.isLoggingFineLevel()) {
2402
						Log.info(this.getComputingStartMessage());
2403
					}
2404
					
2402 2405
					// monitor
2403 2406
					if (monitor != null) {
2404 2407
						monitor.subTask(this.getComputingStartMessage());

Formats disponibles : Unified diff