PHP Package: mimmi20/monolog-callbackfilterhandler

Monolog CallbackFilterHandler is a PHP library for filtering log records based on a callback function. It provides flexibility and control over the log records that are processed.

Current Version: 4.0.1
Last Updated: 2025-08-08
PHP Requirement: ~8.3.0 || ~8.4.0 || ~8.5.0
Dependencies:
seldaek/monolog
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Monolog CallbackFilterHandler is a powerful PHP library that enables developers to filter log records dynamically using custom callback functions. With this library, you can selectively process log messages based on specific conditions, improving the efficiency and accuracy of your logging system.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.1

Download Download v4.0.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/mimmi20/monolog-callbackfilterhandler/4.0.1/loader.php';
require_once 'libs/seldaek/monolog/3.9.0/loader.php';

use Mmoreram\Monolog\Handler\CallbackFilterHandler;

$obj = new CallbackFilterHandler();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.