| Author |
Logging Dilemma
|
Chinmay Bajikar
Ranch Hand
Joined: Dec 08, 2001
Posts: 159
|
|
Hi, I need to use the freemarker templating engine for my app. But my app uses a homwgrown logging api... Freemarker supports java logging,log4j,avalon and some other logging api. My question is that is there any way for me to send logs from say java 1.4 logging api to my logging system. Thanks, Chinmay..
|
The strength of the Wolf is the pack & the strength of the pack is the wolf....Rudyard Kipling
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12911
|
|
|
In log4j you can write your own classes that write logging messages somewhere (for example to your own logging system). In Java logging, you can do the same by implementing a java.util.logging.Handler. Lookup the documentation.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: Logging Dilemma
|
|
|