如何在 cakephp 3 中的自定义日志文件中创建中断
how to create breaks in custom log file in cakephp 3
I want to breaks line after each info,error etc.
我找到了问题的答案。如果我们想在自定义日志文件中换行,请使用 "PHP_EOL"
日志::信息('Dashboard successfully running.'.PHP_EOL, 'custom_log');
I want to breaks line after each info,error etc.
我找到了问题的答案。如果我们想在自定义日志文件中换行,请使用 "PHP_EOL"
日志::信息('Dashboard successfully running.'.PHP_EOL, 'custom_log');