\Raven_Breadcrumbs_MonologHandler

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
parseException()
write()
$logLevels
$excMatch
$ravenClient
N/A
No private methods found
No private properties found
N/A

Properties

$logLevels

$logLevels : 

Translates Monolog log levels to Raven log levels.

Type

$excMatch

$excMatch : 

Type

$ravenClient

$ravenClient : \Raven_Client

Type

\Raven_Client — the client object that sends the message to the server

Methods

__construct()

__construct(\Raven_Client  $ravenClient, integer  $level = \Monolog\Logger::DEBUG, boolean  $bubble = true) 

Parameters

\Raven_Client $ravenClient
integer $level

The minimum logging level at which this handler will be triggered

boolean $bubble

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

parseException()

parseException(string  $message) : array|null

Parameters

string $message

Returns

array|null

write()

write(array  $record) 

{@inheritdoc}

Parameters

array $record