Log Application

By default, all logs will be thrown out.

You can disable this in config/laradumps.php.

Log::info('Your message', ['0' => 'Your Context']);

Log::error('Your message', ['0' => 'Your Context']);

// Log ...

Last updated