File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ your controller::
1818
1919 $logger->critical('I left the oven on!', array(
2020 // include extra "context" info in your logs
21- 'cause' => 'in_hurry'
21+ 'cause' => 'in_hurry',
2222 ));
2323
2424 // ...
2525 }
2626
2727The ``logger `` service has different methods for different logging levels/priorities.
2828You can configure the logger to do different things based on the *level * of a message
29- (e.g. :doc: `email me when an error occurs </logging/monolog_email >`).
29+ (e.g. :doc: `send an email when an error occurs </logging/monolog_email >`).
3030
3131See LoggerInterface _ for a list of all of the methods on the logger.
3232
Original file line number Diff line number Diff line change 11How to Disable Microseconds Precision (for a Performance Boost)
2- ---------------------------------------------------------------
2+ ===============================================================
33
44.. versionadded:: 2.11
55 The `` use_microseconds `` option was introduced in MonologBundle 2.11.
You can’t perform that action at this time.
0 commit comments