Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [QVTO] Where to find the log output?
[QVTO] Where to find the log output? [message #479106] Sun, 09 August 2009 10:12 Go to next message
Eclipse UserFriend
Originally posted by: formatzeh.gmx.de

On page 35 in http://eclipse.org/m2m/qvto/doc/M2M-QVTO.pdf there is
written about logging. But where do I find the log output? In the normal
console it isn't to be seen.
Re: [QVTO] Where to find the log output? [message #479353 is a reply to message #479106] Mon, 10 August 2009 18:20 Go to previous message
Sergey Boyko is currently offline Sergey BoykoFriend
Messages: 171
Registered: July 2009
Senior Member
Hi Gilbert ,

Just checked 'log' expression.

Simple script like:

transformation testLog();
main() {
var s := "foo";
log ("log output: ", s) when true;
}

Produced output "log output: , data: foo" in standard Console view.


Regards,
Sergey

Gilbert Mirenque wrote:
> On page 35 in http://eclipse.org/m2m/qvto/doc/M2M-QVTO.pdf there is
> written about logging. But where do I find the log output? In the normal
> console it isn't to be seen.
Previous Topic:[ATL] Combining values from several input models
Next Topic:QVTO- creating RDBMS view from UML PIM
Goto Forum:
  


Current Time: Sat Jan 25 20:34:41 GMT 2025

Powered by FUDForum. Page generated in 0.03030 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top