From 92ac8e18690abfcae9193cfd94601f5398843938 Mon Sep 17 00:00:00 2001 From: Florian Plattner Date: Sat, 6 Dec 2014 16:59:28 +0100 Subject: [PATCH] updated readme --- README.mdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mdown b/README.mdown index 1225bebf..1fc6c19f 100644 --- a/README.mdown +++ b/README.mdown @@ -208,6 +208,7 @@ Formatters - _ElasticaFormatter_: Used to format log records into an Elastica\Document object, only useful for the ElasticSearchHandler. - _LogglyFormatter_: Used to format log records into Loggly messages, only useful for the LogglyHandler. - _FlowdockFormatter_: Used to format log records into Flowdock messages, only useful for the FlowdockHandler. +- _MongoDBFormatter_: Converts \DateTime instances to \MongoDate and objects recursively to arrays, only useful with the MongoDBHandler. Processors ----------