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::
18
18
19
19
$logger->critical('I left the oven on!', array(
20
20
// include extra "context" info in your logs
21
- 'cause' => 'in_hurry'
21
+ 'cause' => 'in_hurry',
22
22
));
23
23
24
24
// ...
25
25
}
26
26
27
27
The ``logger `` service has different methods for different logging levels/priorities.
28
28
You 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 >`).
30
30
31
31
See LoggerInterface _ for a list of all of the methods on the logger.
32
32
Original file line number Diff line number Diff line change 1
1
How to Disable Microseconds Precision (for a Performance Boost)
2
- ---------------------------------------------------------------
2
+ ===============================================================
3
3
4
4
.. versionadded:: 2.11
5
5
The `` use_microseconds `` option was introduced in MonologBundle 2.11.
You can’t perform that action at this time.
0 commit comments