Taming Vortex

As you might know, Java from version 1.4 does contain standard logging facilities for logging errors, debug messages, warnings, etc. Those classes reside in java.util.logging package, and are quite nice since you just use standard Java mechanism to log events, and you don't need any external library to do it. Lot of existing libraries are using these classes as well. So I have made a small addin for Tornado which transfers all java logging events to Tornado logs. Feel free to have a look at it, and send me some comments.

The packaged addin is here .

To run this addin copy the jar file to addins folder under your Tornado installation directory, and add "puakma.addin.log.LogAddin" to AddIns in puakma.config file, and reload server. I have done also testing addin: puakma.addin.log.TestLogAddin which is periodically sending some java logging events, so you might have a look how to use it.

Future - I want to make it better [-; I want to add some better configuration handling, and better formating since this is just hard coded stuff. Also maybe I will add support for Apache log4j library. But this is just the beginning.

I also have some links about java logging you might have a look at:



About me...
Hello, I'm Martin Novák, and I talk here about Puakma Technology, Java, Eclipse, and Mac OS X.

I work on Puakma Vortex at webWise Network Consultants Pty Ltd based in Sydney in Australia, but I live now in Madrid in Spain.

Contact: Martin Novák

I'm talking about

Recommended reads

Calendar
 010203040506
07080910111213
14151617181920
21222324252627
28293031

(c) 2006, Martin Novák, contact me at my email