Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel Log channel undefined method

I am at a loss, I can't find anyone else having this issue so it feels like I'm missing something obvious, but I cannot figure it out. When I attempt to log to a specific channel in Laravel (Reference Here) using

Log::channel('a channel')->info('a message');

I get:

PHP Error:  Call to undefined method Illuminate/Log/Writer::channel()
like image 699
Daniel Boggs Avatar asked Dec 12 '25 17:12

Daniel Boggs


1 Answers

Maybe you got the import wrong.

Did you try importing use Illuminate\Support\Facades\Log;?

like image 133
Fjarlaegur Avatar answered Dec 15 '25 05:12

Fjarlaegur



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!