EricMakesStuff\ServerMonitor\Notifications\Senders\Log::send PHP Метод

send() публичный Метод

public send ( )
    public function send()
    {
        $method = $this->type === static::TYPE_SUCCESS ? 'info' : 'error';
        $this->log->{$method}("{$this->subject}: {$this->message}");
    }