| Author |
edirect log to Eclipse console ?
|
Celinio Fernandes
Ranch Hand
Joined: Jun 28, 2003
Posts: 546
|
|
Hi,
how do i redirect my logs to the Eclipse console ?
I can display the logs in the DevMode console (when i add &logLevel=SEVERE to the URL) but not in the Eclipse console.
Here is my XML module configuration :
And in my Java entrypoint class, i import the java.util classes :
And i create a Logger :
and the call is :
What do i need to do to display the logs in the Eclipse console ?
Am i missing or disabling a parameter ?
Thanks for helping.
|
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCBCD 5
Visit my blog
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
Try changing it to
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: edirect log to Eclipse console ?
|
|
|