Date Name Downloads
Dec 6, 2012 xLog -1.1_01 214
Nov 30, 2012 xLog - 1.1 100
Nov 26, 2012 xLog - 1.0 86
xLog - 1.1
xLog - 1.1
Nov 30, 2012
Apache License
100

This release adds a new property to logging-appenders.properties, you can now define a list of prefixes which sets which package names to exclude from logging. For example you might not want the E.L resolver classes to add log messages to your log database or log file.

By adding the following line:

appender.ignore=com.sun;org.apache;javax.faces

a SimpleLogger with logging disabled is returned to all instances whose package names starts with any of the items in the list.

Separate with ";" to add more ignore items.