PHP Class EricMakesStuff\ServerMonitor\Notifications\Senders\Log

Inheritance: extends EricMakesStuff\ServerMonitor\Notifications\BaseSender
Show file Open project: ericmakesstuff/laravel-server-monitor

Protected Properties

Property Type Description
$log Illuminate\Contracts\Logging\Log

Public Methods

Method Description
__construct ( Illuminate\Contracts\Logging\Log $log )
send ( )

Method Details

__construct() public method

public __construct ( Illuminate\Contracts\Logging\Log $log )
$log Illuminate\Contracts\Logging\Log

send() public method

public send ( )

Property Details

$log protected property

protected Log,Illuminate\Contracts\Logging $log
return Illuminate\Contracts\Logging\Log