App\Repositories\Backend\History\HistoryContract::log PHP Method

log() public method

public log ( $type, $text, null $entity_id = null, null $icon = null, null $class = null, null $assets = null ) : mixed
$type
$text
$entity_id null
$icon null
$class null
$assets null
return mixed
    public function log($type, $text, $entity_id = null, $icon = null, $class = null, $assets = null);