/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Log/Engine
NameSizeModeActions
ArrayLog.php18340644editdlrm
BaseLog.php52230644editdlrm
ConsoleLog.php29120644editdlrm
FileLog.php63640644editdlrm
SyslogLog.php46350644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Log/Engine/ArrayLog.php (1834B)
content[] = $level . ' ' . $this->_format($message, $context); } /** * Read the internal storage * * @return string[] */ public function read(): array { return $this->content; } /** * Reset internal storage. * * @return void */ public function clear(): void { $this->content = []; } }