/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Log/Formatter
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Log/Formatter/AbstractFormatter.php (1377B)
*/
protected $_defaultConfig = [
];
/**
* @param array
$config Config options
*/
public function __construct(array $config = [])
{
$this->setConfig($config);
}
/**
* Formats message.
*
* @param mixed $level Logging level
* @param string $message Message string
* @param array $context Mesage context
* @return string Formatted message
*/
abstract public function format($level, string $message, array $context = []): string;
}