PHP Class Airship\Engine\LedgerStorage\FileStore

Inheritance: implements Airship\Engine\Contract\LedgerStorageInterface
Afficher le fichier Open project: paragonie/airship

Protected Properties

Свойство Type Description
$basedir string
$fileFormat string
$timeFormat string

Méthodes publiques

Méthode 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

Method Details

__construct() public méthode

FileStore constructor.
public __construct ( string $baseDirectory = '', string $logfileFormat = self::FILE_FORMAT, string $timeFormat = self::TIME_FORMAT )
$baseDirectory string
$logfileFormat string
$timeFormat string

store() public méthode

Store a log message -- used by Ledger
public store ( string $level, string $message, string $context ) : mixed
$level string
$message string
$context string (JSON encoded)
Résultat mixed

Property Details

$basedir protected_oe property

protected string $basedir
Résultat string

$fileFormat protected_oe property

protected string $fileFormat
Résultat string

$timeFormat protected_oe property

protected string $timeFormat
Résultat string