Cronario\Logger\Journal::getJournalPath PHP Méthode

getJournalPath() protected méthode

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