I want to breaks line after each info,error etc.
I found my question answer. If we want to line break in custom log file please use "PHP_EOL"
Log::Info('Dashboard successfully running.'.PHP_EOL, 'custom_log');