Package com.acsinet_solutions.util.log

Simple extensions for Log4J for the support of nested exceptions where J2SE 1.4 exception nesting is not being used.

See:
          Description

Class Summary
AbstractLog4JPatternLayout Extension of the Log4J pattern to allow reporting of nested exceptions.
Log4JCompactPatternLayout This class allows a compact ( 10 line per level ) reporting of nested exceptions, so stack traces in log files to not grow endlessly.
Log4JExtendedPatternLayout Extension of the Log4J pattern to allow reporting of nested exceptions.
Log4JLoggingEventWrapper A wrapper for LoggingEvents.
 

Package com.acsinet_solutions.util.log Description

Simple extensions for Log4J for the support of nested exceptions where J2SE 1.4 exception nesting is not being used. There may be a time where this extensions are no longer needed.