for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ElasticsearchModule\Service\Loggers;
use ElasticsearchModule\Service\AbstractLogFactory;
/**
* @author Pedro Alves <[email protected]>
*/
class LoggerFactory extends AbstractLogFactory
{
* {@inheritDoc}
protected function getKey()
return 'logger';
}