modify plugin name

This commit is contained in:
2022-03-01 18:01:53 +08:00
parent b601c4150b
commit 7232269ad0
-10
View File
@@ -28,20 +28,10 @@ class Logger implements LoggerInterface
const DEBUG = 'debug';
private array $_loggers = [];
const LOGGER_LEVELS = [Logger::EMERGENCY, Logger::ALERT, Logger::CRITICAL, Logger::ERROR, Logger::WARNING, Logger::NOTICE, Logger::INFO, Logger::DEBUG];
/**
* @return void
*/
public function init()
{
Kiri::getDi()->get(EventProvider::class)->on(OnWorkerStop::class, [$this, 'onAfterRequest']);
}
/**
* @param string $message