$exceptionTraceAsString
$exceptionTraceAsString :
Formats a record for use with the MongoDBHandler.
__construct(integer $maxNestingLevel = 3, boolean $exceptionTraceAsString = true)
| integer | $maxNestingLevel | 0 means infinite nesting, the $record itself is level 1, $record['context'] is 2 |
| boolean | $exceptionTraceAsString | set to false to log exception traces as a sub documents instead of strings |
legacyGetMongoDbDateTime(\DateTimeInterface $value)
This is needed to support MongoDB Driver v1.19 and below
See https://github.com/mongodb/mongo-php-driver/issues/426
It can probably be removed in 2.1 or later once MongoDB's 1.2 is released and widely adopted
| \DateTimeInterface | $value |