📜  laravel 日志 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:42.979000             🧑  作者: Mango

代码示例6
Log::info('This is some useful information.');

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

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