Apache log4cxx Version 1.0.0
# Changes for next major version of Log4cxx
  • Removed log4j style Java serialization. Due to Java's inherent problems with serialization, and the fact that Chainsaw no longer supports it, it has been completely removed.
  • Removal of TTCCLayout. If you still want this layout, use a PatternLayout with a format similar to the following: r [t] %-5p - mn
  • Removal of DateLayout. Use PatternLayout instead.