for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace JiraRestApi;
use Monolog\Handler\AbstractProcessingHandler;
class NoOperationMonologHandler extends AbstractProcessingHandler
{
/**
* Writes the record down to the log of the implementing handler.
*
* @param array $record
* @return void
*/
protected function write(array $record)
// do nothing
}