[forge-issues] [JBoss JIRA] (FORGE-2604) IDEA/Eclipse development - Make it possible to log to log/eventlog

Claus Ibsen (JIRA) issues at jboss.org
Fri Feb 26 07:19:00 EST 2016


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

Claus Ibsen commented on FORGE-2604:
------------------------------------

The poor mans logger
https://github.com/fabric8io/fabric8-forge/blob/master/addons/camel/src/main/java/io/fabric8/forge/camel/commands/project/helper/PoorMansLogger.java

Also when you develop a command for GUI I often used a trick to add a UISelect to the wizard where I set a value with my logging details, so I could see it when I run the command.


> IDEA/Eclipse development - Make it possible to log to log/eventlog
> ------------------------------------------------------------------
>
>                 Key: FORGE-2604
>                 URL: https://issues.jboss.org/browse/FORGE-2604
>             Project: Forge
>          Issue Type: Feature Request
>          Components: UI - API
>    Affects Versions: 3.0.0.CR1
>            Reporter: Claus Ibsen
>
> Developing forge addons is really painful when developing and testing for GUIs such as IDEA or Eclipse.
> There is no logging or visibility what happens. And logging on IDEA or Eclipse is different, and you as a forge addon developed dont really know where the log files of IDEA/Eclipse are stored and how to log to them. 
> Forge should have an easy API that you can use to
> - log in IDEA/Eclipse log
> - log to custom log file which you can easily configure
> - log to IDEA/Eclipse event log / console.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the forge-issues mailing list