1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 22:42:38 +01:00
This commit is contained in:
pomaxa 2012-06-13 11:21:22 +03:00
parent 4c46dce153
commit be762cb0c5

View File

@ -24,7 +24,7 @@ class AmqpHandler extends AbstractProcessingHandler
* @param string $exchange exchange name
* @param string $space string to be able better manage routing keys
* @param int $level
* @param bool $bubble
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
*/
function __construct(\AMQPConnection $amqp, $exchange = 'log', $space = '', $level = Logger::DEBUG, $bubble = true)
{
@ -56,4 +56,4 @@ class AmqpHandler extends AbstractProcessingHandler
{
return new JsonFormatter();
}
}
}