SIMPLE_DATE
SIMPLE_DATE = "Y-m-d\\TH:i:s.uP"
Processes a record's message according to PSR-3 rules
It replaces {foo} with the value from $context['foo']
$dateFormat : string|null
$removeUsedContextFields : bool
__construct(string|null $dateFormat = null, bool $removeUsedContextFields = false) : mixed
string|null | $dateFormat | The format of the timestamp: one supported by DateTime::format |
bool | $removeUsedContextFields | If set to true the fields interpolated into message gets unset |