ChoiceType of PrestaShopLogger Log levels
Option | Type | Default value | Description |
---|
$builder->add('logs_by_email', LogSeverityChoiceType::class, [
'placeholder' => $this->trans(
'None',
'Admin.Global'
),
'label' => $this->trans(
'Minimum severity level',
'Admin.Advparameters.Feature'
),
'help' => $this->trans(
'Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field.',
'Admin.Advparameters.Help'
),
])