Releases

Apache log4php v2.2.1

Release date: 18.02.2012.

JIRA change log

A bugfix release fixing several critical bugs found since the 2.2.0 release.

Bugfixes:

  • Fixed a bug which prevented configuration by passing a LoggerConfigurator instance.
  • Fixed a bug which prevented parsing of INI configuration files when using PHP 5.2.x.

New features:

Apache log4php v2.2.0

Release date: 20.12.2011.

JIRA change log

New features:

Improvements:

  • Full rewrite of the configuration logic. Makes inline PHP configuration possible.
  • Improved error reporting. Warnings will be triggered if problems are detected. This makes locating errors in configuration easier.
  • Appenders will use a default layout if no layout is specified in configuration.
  • The XML layout has been extended to include MDC data.
  • Improved documentation to include more XML and PHP configuration examples.
  • New web site appearance (powered by the Bootstrap toolkit).

Breaking changes:

Please review the documentation and make any necessary changes to your configuration.

Apache log4php v2.1.0

Release date: 13.07.2011.

JIRA change log

New features:

  • New logging level: TRACE
  • New appender: MongoDB (thanks to Vladimir Gorej)

Improvements:

  • A lot of bugfixes
  • Most of the documentation has been rewritten

Apache log4php v2.0.0

Release date: 12.12.2009.

JIRA change log

Apache log4php 2.0 is not compatible with the previous versions. Please have the following in mind when upgrading to log4php 2.0 in your project:

  • PHP 5.2+ is required
  • LoggerManager class has been removed. Use Logger instead.
  • LoggerHierarchy is not a singleton anymore by default.
  • logs to STDOUT by default
  • LOG4PHP_CONFIGURATION constant is no longer used. Please use Logger::configure() to configure log4php.