Hi John,

There is no reference to that in either of the Properties files so I guess it's 
not that.  Would that affect System.out.println() from writing to the console?  
Not sure what the difference could be between the two apps for it to not 
output.  The strange thing is that it does output from some of the components 
that use the same command but the Application class just doesn't seem to 
output.  It makes me think it's using some other Application class, but either 
way it would usually at least display the "Welcome to.." message when it 
starts.  I'm not even getting that output to the console.  

Regards,
David.

On Apr 26, 2010, at 4:00 PM, John Huss wrote:

Check the logging level in your Properties file (Resources/Properties):

log4j.rootLogger = INFO, A1

What is it?  DEBUG, INFO, WARN, or ERROR?

John

On Mon, Apr 26, 2010 at 4:58 AM, David Griffith <[email protected]> wrote:
Hi all,

I have two apps, both of which extend the ERXApplication from Wonder.  In one, 
it appears to extend it properly, shows a load of info in the console when you 
run the app and then shows log output on the console when I use 
System.out.println() from within the Application class.

On the other app, the Application.java appears to be the same, it extends the 
ERXApplication and the app starts fine, however it does not show all the info 
in the console and I get no console output from System.out.println() from the 
Application class.  Not even the "Welcome to ..." message that always appears 
in the console on launching the app.  I was not getting this before extending 
it from ERXApplication either.  I do get console output from other components.  
It almost looks as though it's not using the Application class, but I'm sure it 
is and I always got output before.  Anyone ever seen this before?

Regards,
David. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com

This email sent to [email protected]


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to