| Write log message in a single file - virgo - common - logging [message #986141] |
Mon, 19 November 2012 03:14  |
TRAN Lap Messages: 7 Registered: November 2012 |
Junior Member |
|
|
Dear Experts,
I am logging by importing the package "org.apache.commons.logging" of Virgo.
...
Log logger = LogFactory.getLog(Activator.class);
...
logger.info("start Bundle");
...
It's OK
But my log will be generated in the same file with the Virgo server (\serviceability\logs\log.log).
I do not want to use the same file with Virgo server, It's hard to find my messages.
How can I configure this logger to use another file? It's possible ?
Thanks so much!
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03355 seconds