CreateSitemapCronjobLogger

Extends \AbstractCronjobLogger

Class AbstractCronjobLogger

package

Default

Methods

AbstractCronjobLogger constructor.

__construct(\ExistingDirectory $root) 
inherited
Throws
\Exception

Arguments

$root

\ExistingDirectory

Shop root directory.

Creates a "last_run" flag cache file for the concrete logger.

lastRun() 
inherited

Creates a "last_success" flag cache file for the concrete logger.

lastSuccess() 
inherited

Adds a new log record.

log(array $context = array()) : void
inherited abstract

Arguments

$context

array

(Optional) Additional information.

Adds a new error log record.

logError(array $context = array()) : void
inherited abstract

Arguments

$context

array

(Optional) Additional information.

Properties