Cronario\Logger\Journal::getJournalPath PHP Method

getJournalPath() protected method

protected getJournalPath ( ) : string
return string
    protected function getJournalPath()
    {
        return $this->journalFolder . date('Y-m-d') . '.log';
    }