Property | Type | Description | |
---|---|---|---|
$basedir | string | ||
$fileFormat | string | ||
$timeFormat | string |
Method | Description | |
---|---|---|
__construct ( string $baseDirectory = '', string $logfileFormat = self::FILE_FORMAT, string $timeFormat = self::TIME_FORMAT ) | FileStore constructor. | |
store ( string $level, string $message, string $context ) : mixed | Store a log message -- used by Ledger |