Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is meant by Logging ?

Answer Posted / surbhi

Logging is an important mechanism by which system can log errors that are generated.
It is useful to improve the reliability of the system.
Laravel supports different logging modes like single, daily, syslog, and errorlog modes.
You can set these modes in config/app.php file.
'log' => 'daily'

You can see the generated log entries in storage/logs/laravel.log file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I perform dependency injection in laravel?

692


What is x-csrf-token?

894


What is the difference between echo print print_r and var_dump?

766


Explain the difference between implicit and explicit route binding in laravel?

786


How to resolve class instance out of the container in laravel?

808


Does wordpress use laravel?

834


What is route group in laravel?

815


Tell me how to enable the query logging?

738


State the difference between get and post method.

789


How do I send 5 emails and a text message efficiently to newly registered users?

691


What is csrf protection in laravel?

895


Explain api.php route.

870


Explain what is mvc architecture?

787


Define http middleware?

771


Tell me what are the feature of laravel 5.0?

768