Changelog
v1.1.1
- included the lost compability to commons-logging
v1.1
- fixed a bug in the AsynchronousLogProcessor
- NDC the nested diagnostic context included. You can attach variables to a thread and then jLo will write them out automatically
- new formatter called DefinedFormatter included. You can define the layout of the message that is logged.
- change layout of the XML format
- simple profiling tool included. Use it to determine where your application spends most of its time. Read how easy it is to use SimpleProfiling
- the JDBCHandler is done