ManaPHP\LoggerInterface::fatal PHP Method

fatal() public method

Sends/Writes a critical message to the log
public fatal ( string $message, array $context = [] ) : static
$message string
$context array
return static
    public function fatal($message, $context = []);