This commit is contained in:
2021-04-26 17:34:33 +08:00
parent 76f9688ea6
commit 52357f8283
7 changed files with 577 additions and 487 deletions
+13
View File
@@ -21,6 +21,19 @@ class LoggerProcess extends Process
{
public function before(\Swoole\Process $process): void
{
// TODO: Implement before() method.
}
public function getProcessName(): string
{
// TODO: Implement getProcessName() method.
}
/**
* @param \Swoole\Process $process
* @throws ComponentException