This commit is contained in:
as2252258@163.com
2021-08-25 01:54:43 +08:00
parent 4d2fc8af52
commit c590cb1c92
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -164,6 +164,8 @@ class Logger implements LoggerInterface
$_string = '[' . now() . '] production.' . $level . ': ' . $this->_string($message, $context);
echo $_string;
$this->_loggers[] = $_string;
}