This commit is contained in:
2021-08-24 19:12:59 +08:00
parent 1ef28546b9
commit 57d8e44fef
3 changed files with 15 additions and 23 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ class Logger implements LoggerInterface
* @param array $context
* @throws ConfigException
*/
private function log($level, $message, array $context = array())
public function log($level, $message, array $context = array())
{
// TODO: Implement log() method.
$levels = Config::get('log.level', Logger::LOGGER_LEVELS);