Download log4php
Since Version 1.3.5 Paloose is configured to run with log4php Version 2.0.0 and later. Earlier versions
of Paloose will only work with log4php V1.x.x.
Warning
If you are upgrading your site from a Paloose version before 1.1.2b1 then please add the following line to your
Paloose.php file in your site root.
// -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
// Where the main log4php logger configuration file is kept. You can use pseudo
// protocols here.
define( 'LOGGER_CONFIG', 'context://configs/Paloose.xml' );
define( 'LOG4PHP_DIR', '../log4php' ); // -- Add this line
Copyright 2006 – 2017 Hugh Field-Richards. All Rights Reserved.