1. Home
  2. Laravel
  3. Logger

Submit a log message to configured channels. There is eight types of messages to choose from, alert, emergency, error, critical, debug, info, notice and warning. Debug type has been used in the code example.

#laravel#log
Log::debug($application-log);
copy
Full Laravel cheatsheet