Denis Golovin [
https://community.jboss.org/people/dgolovin] created the discussion
"Re: JBoss Developer Studio 5 - console log output gone with "Run as Java
Application" and using org.apache.commons.logging.LogFactory"
To view the discussion, visit:
https://community.jboss.org/message/756849#756849
--------------------------------------------------------------
Tested the same code in clean JBDS 5 and it works for me in plain Java project with
output:
LogFactory loggin
[12:23:15.589] INFO - LoggerTest1.main:15 - LogFactory?
[12:23:15.593]DEBUG - LoggerTest1.main:16 - LogFactory
[12:23:15.593]ERROR - LoggerTest1.main:17 - LogFactory
LogFactory loggin end
Logger loggin
[12:23:15.594] INFO - LoggerTest1.main:21 - Logger
[12:23:15.594]DEBUG - LoggerTest1.main:22 - Logger
[12:23:15.594]ERROR - LoggerTest1.main:23 - Logger
Logger loggin end
You have JBDS 5.0.0.GA, don't you?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/756849#756849]
Start a new discussion in JBoss Tools at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]