mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
replace console with logger
This commit is contained in:
@@ -731,6 +731,6 @@ trait ContainerTrait
|
||||
*/
|
||||
protected function log(string $message): void
|
||||
{
|
||||
Console::debug($this->getLogPrefix() . $message);
|
||||
logger()->debug($this->getLogPrefix() . $message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user