Hi Clebert,

Please see my answers inline below.

Bruce

On Mon, Apr 6, 2015 at 2:21 PM, Clebert Suconic <[email protected]>
wrote:

> > * System.out.println statements in many of the examples and tests as well
> > as several in the main code base
>
> We used System.out intentionally on the examples.
>
>
> > * A use of the SLF4J logger
> > * A reference to the old Log4jLogDelegateFactory
> Where is that?
>

This is in the following files:

activemq-server/src/test/java/org/apache/activemq/core/config/impl/FileConfigurationParserTest.java
+136
activemq-server/src/test/java/org/apache/activemq/core/config/impl/WrongRoleFileConfigurationParserTest.java
+69


> > * A use of the Arjuna logger
> That's on the extra-tests through Arjuna.. this is optional and only
> used on testing, right?


Yes. So this is an integration test, correct?


> > * Some references to Log4J configs in some POMs
> >
>
>
> > Clearly these various items need to cleaned up aligned to a single
> logging
> > framework, not to mention appropriately documented. But this also raised
> > some really fundamental questions for me:
> >
> > * What is the advantage to using the JBoss Logging vs. SLF4J?
> JBoss Logging supports internationalization through the logging-tools.
>
> We have a task to revisit this after this first release, maybe look into
> SL4J.
> I have done some prototyping on generating my own i18n parsing.. but
> the plan was to revisit this after this first release.
> This first release was the first IP clearance under apache, and we
> were going to move forward with it.


Is there a list of outstanding tasks for IP clearance somewhere?


>
> > * Does JBoss Logging supply any logging providers to bind to other
> logging
> > frameworks?
> Yes.
>
>
> > * Does JBoss Logging provide parameterized logging?
> Yes..
>
> > * Where can I find some documentation on JBoss Logging (specifically how
> it
> > works)? I'm looking everywhere and not finding anything besides the
> HornetQ
> > logging docs (
> >
> http://docs.jboss.org/hornetq/2.4.0.Final/docs/user-manual/html_single/index.html#logging
> ).
> > If I can't find anything about how JBoss Logging works, clearly users
> will
> > be just as lost as I am at the moment.
>

Where can I find some documentation on the version of JBoss Logging that is
being used?


>
>
> Can someone please help me to answer these questions?
> >
> > Bruce
> >
> > --
> > perl -e 'print
> > unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );'
> >
> > ActiveMQ in Action: http://bit.ly/2je6cQ
> > Blog: http://bruceblog.org/
> > Twitter: http://twitter.com/brucesnyder
>



-- 
perl -e 'print
unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );'

ActiveMQ in Action: http://bit.ly/2je6cQ
Blog: http://bruceblog.org/
Twitter: http://twitter.com/brucesnyder

Reply via email to