File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -140,22 +140,16 @@ class Foo extends Command
140140Fatal error is handled and logged:
141141
142142```
143- [2016-05-11 17:19:21]: [INFO]: Command `App\Console\Commands\Foo` initialized.
144- [2016-05-11 17:19:21]: [INFO]: Host: `MyHost.local` (`10.0.1.1`).
145- [2016-05-11 17:19:21]: [INFO]: Database host: `MyHost.local`, port: `3306`, ip: ``.
146- [2016-05-11 17:19:21]: [INFO]: Database date: `2016-05-11 17:19:21`.
147143[2016-05-11 17:19:21]: [ERROR]: Call to undefined function App\Console\Commands\fatal()
148144array:4 [
149145 "code" => 0
150146 "message" => "Call to undefined function App\Console\Commands\fatal()"
151147 "file" => "/Applications/MAMP/htdocs/illuminated-console-logger-test/app/Console/Commands/Foo.php"
152148 "line" => 15
153149]
154- [2016-05-11 17:19:21]: [INFO]: Execution time: 0.009 sec.
155- [2016-05-11 17:19:21]: [INFO]: Memory peak usage: 8 MB.
156150```
157151
158- And here is an email notification :
152+ And email notification would be sent :
159153
160154
161155
You can’t perform that action at this time.
0 commit comments