$processors
$processors : callable[]
Class to record a log on a NewRelic application.
Enabling New Relic High Security mode may prevent capture of useful information.
This handler requires a NormalizerFormatter to function and expects an array in $record['formatted']
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$appName : ?string
Name of the New Relic application that will receive logs from this handler.
$transactionName : ?string
Name of the current transaction
$explodeArrays : bool
Some context and extra data is passed into the handler as arrays of values. Do we send them as is (useful if we are using the API), or explode them for display on the NewRelic RPM website?
__construct(mixed $level = Logger::ERROR, bool $bubble = true, string|null $appName = null, bool $explodeArrays = false, string|null $transactionName = null) : mixed
{@inheritDoc}
mixed | $level | |
bool | $bubble | |
string|null | $appName | |
bool | $explodeArrays | |
string|null | $transactionName |