angoca / log4db2

A logging utility like log4j for IBM Db2 SQL PL
https://angoca.github.io/log4db2/
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

Layout appender should be cached #182

Open angoca opened 9 years ago

angoca commented 9 years ago

Each time a log is written, the LOG procedure reads the LAYOUT's pattern, and this is expensive. Patterns should be cached.

It already has a FIXME, indicating that is not possible to cache because there is an XML column.