judges119/monozalgo

Speak the prophecies of Zalgo into your favourite logging framework.

dev-master 2017-08-20 11:12 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:51:45 UTC


README

A monolog formatter that that spices up your logs with the whispers of Zalgo.

Demo

$log = new Logger('demo');
$handler = new StreamHandler('php://stdout', Logger::INFO);
$handler->setFormatter(new ZalgoFormatter());
$log->pushHandler($handler);
$log->info('He who will sing the song that ends the world');