add log in laravel

37

Log::info(print_r($user, true));
Log::info('This is some useful information.');

Log::warning('Something could be going wrong.');

Log::error('Something is really going wrong.');

Comments

Submit
0 Comments