In Eclipse, the console will show the output form one of your running apps. Open the "Debug" view and clicking on any one of the multiple apps that are running should switch the console display to that app. Console output in Eclipse is not "mixed" form all running apps.
-HTH, Kieran On Apr 26, 2010, at 3:09 PM, David Griffith wrote: 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@hidden> 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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|