Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created June 26, 2017 20:23
Show Gist options
  • Save WyriHaximus/ea5a1810fd58efdb85a474ed7f7b740a to your computer and use it in GitHub Desktop.
Save WyriHaximus/ea5a1810fd58efdb85a474ed7f7b740a to your computer and use it in GitHub Desktop.
<?php
$consoleHandler = new FormattedPsrHandler(StdioLogger::create($loop)->withHideLevel(true));
$consoleHandler->setFormatter(new ColoredLineFormatter(
null,
"[%datetime%] %channel%.%level_name%: %message%",
null,
false,
false
));
$monolog->pushHandler($consoleHandler);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment