Folks, I've Googled, but nothing came out handy.
I want to create custom Log file using Laravel(5.1), why I want, I've multiple locations where same code will be executed, so it'll be pretty hard to visit each location and view Log file. Currently, writing stuff to default Laravel.log file, working fine, but want to create some custom abc.log file to handle all custom logs.
Thanks