class QueuedJobLogHandler extends AbstractProcessingHandler (View source)

Handler for logging events into QueuedJob message data

Methods

__construct(QueuedJob $queuedJob, int $level = Logger::DEBUG, bool $bubble = true)

No description

setQueuedJob(QueuedJob $queuedJob)

Set a new queuedjob

getQueuedJob()

Get queuedjob

Details

__construct(QueuedJob $queuedJob, int $level = Logger::DEBUG, bool $bubble = true)

Parameters

QueuedJob $queuedJob

Job to log to

int $level

The minimum logging level at which this handler will be triggered

bool $bubble

Whether the messages that are handled can bubble up the stack or not

setQueuedJob(QueuedJob $queuedJob)

Set a new queuedjob

Parameters

QueuedJob $queuedJob

QueuedJob getQueuedJob()

Get queuedjob

Return Value

QueuedJob