[teiid-issues] [JBoss JIRA] (TEIID-1632) Provide something like an ECHO statement in the procedure language that can assist a user in debugging their procedure logic

Steven Hawkins (JIRA) issues at jboss.org
Fri Jan 24 15:00:29 EST 2014


    [ https://issues.jboss.org/browse/TEIID-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12938721#comment-12938721 ] 

Steven Hawkins commented on TEIID-1632:
---------------------------------------

> Just an observation from my first use, I'm not a fan of it. 

It's all a matter of perspective.  One could equally assert that littering your procedure or java code with System.outs is not a great idea.  At worst you have to go back and remove them and/or convert them into proper logging statements.  Perhaps your requirement is for a simpler way to control logging or to have a default logger (org.teiid.console or whatever name makes sense) configured that is already routed to the console: CALL logMsg(msg=>'foo' context=>'org.teiid.console')
                
> Provide something like an ECHO statement in the procedure language that can assist a user in debugging their procedure logic 
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-1632
>                 URL: https://issues.jboss.org/browse/TEIID-1632
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Server
>    Affects Versions: 7.4
>            Reporter: Van Halbert
>            Assignee: Steven Hawkins
>             Fix For: 7.4.1, 7.5
>
>
> Provide something like an ECHO statement in the procedure language that can assist a user in debugging their procedure logic 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list