mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
规范调整
This commit is contained in:
@@ -56,7 +56,9 @@ class Log {
|
||||
*/
|
||||
static public function save($destination='',$level='') {
|
||||
$log = self::getLog($level);
|
||||
if(empty($log)) return ;
|
||||
if(empty($log)) {
|
||||
return ;
|
||||
}
|
||||
$message = '';
|
||||
if($level) {
|
||||
$message .= implode("\r\n",$log);
|
||||
|
||||
Reference in New Issue
Block a user