$processors
$processors : callable[]
Elastic Search handler
Usage example:
$client = new \Elastica\Client(); $options = array( 'index' => 'elastic_index_name', 'type' => 'elastic_doc_type', Types have been removed in Elastica 7 ); $handler = new ElasticaHandler($client, $options); $log = new Logger('application'); $log->pushHandler($handler);
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$options : array