Hi, it's me again.
The task can be accomplished as in the log.xsl logicsheet.
org.apache.log.Logger logger =
org.apache.log.Hierarchy.getDefaultHierarchy().getLoggerFor("xxx");
and then use
logger.info("message");
Regards, Felix
On Wed, 6 Nov 2002,
Hi!
I have written an XSP page and want to log
into a specified target (category). I can log into the
category 'sitemap.generator.serverpages.xxx' by using
getLogger().getChildLogger("xxx");
Is it possible to log into a lower level category
(e.g. into category 'xxx')?
Felix
--
-
We built the website of our mountaineering club
"SAC Sektion Piz Sol" with Cocoon 2.
http://www.sac-piz-sol.ch
Thank you for your great effort in developing Cocoon.
It's cool!!
Sincerely,
Felix Roethenbacher
---