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
140
140
Fatal error is handled and logged:
141
141
142
142
```
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`.
147
143
[2016-05-11 17:19:21]: [ERROR]: Call to undefined function App\Console\Commands\fatal()
148
144
array:4 [
149
145
"code" => 0
150
146
"message" => "Call to undefined function App\Console\Commands\fatal()"
151
147
"file" => "/Applications/MAMP/htdocs/illuminated-console-logger-test/app/Console/Commands/Foo.php"
152
148
"line" => 15
153
149
]
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.
156
150
```
157
151
158
- And here is an email notification :
152
+ And email notification would be sent :
159
153
160
154

161
155
You can’t perform that action at this time.
0 commit comments