SysLogger class

Framework\Log\Loggers\SysLogger

Class SysLogger.

Extends Framework\Log\Logger

Defined in libraries/log/src/Loggers/SysLogger.php

Methods #

__construct()
-
write()
-

__construct()

public function __construct(string $destination = '', \Framework\Log\LogLevel $level = \Framework\Log\LogLevel::DEBUG, array $config = array ( ))
Parameters
  • string $destination
  • \Framework\Log\LogLevel $level
  • array $config

write()

protected function write(\Framework\Log\Log $log): bool
Parameters
  • \Framework\Log\Log $log
Returns bool

Inherited methods #