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
Warning
log4php has not been updated to use PHP8 or later and produces many deprecated errors messages. I have managed to get it to work but it is not guaranteed to do so in all cases. So avoid using the logging (full) version of Paloose if you use PHP8. Use a compact version of Paloose only.
Copyright 2006 – 2023 Hugh Field-Richards. All Rights Reserved.