PHP Package: bramus/monolog-colored-line-formatter

Monolog Colored Line Formatter is a PHP library that provides colorful log output for Monolog, enhancing readability and visual organization of logs.

Current Version: 3.1.2
Last Updated: Date not available
PHP Requirement: ^8.1
Dependencies:
seldaek/monolog
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Monolog Colored Line Formatter is a PHP library designed to improve the log output of Monolog by adding color to log lines. This feature helps users quickly identify log levels, messages, and other important information. With this library, developers can create visually appealing and organized logs that are easy to read and understand.

🔗 View on GitHub

Download Latest Version: 3.1.2

Download Download v3.1.2

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/bramus/monolog-colored-line-formatter/3.1.2/loader.php';
require_once 'libs/seldaek/monolog/3.9.0/loader.php';

use Bramus\Monolog\Formatter\ColoredLineFormatter;

$obj = new ColoredLineFormatter();
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.