PHP 클래스 Airship\Engine\LedgerStorage\FileStore

상속: implements Airship\Engine\Contract\LedgerStorageInterface
파일 보기 프로젝트 열기: paragonie/airship

보호된 프로퍼티들

프로퍼티 타입 설명
$basedir string
$fileFormat string
$timeFormat string

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

store() 공개 메소드

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

프로퍼티 상세

$basedir 보호되어 있는 프로퍼티

protected string $basedir
리턴 string

$fileFormat 보호되어 있는 프로퍼티

protected string $fileFormat
리턴 string

$timeFormat 보호되어 있는 프로퍼티

protected string $timeFormat
리턴 string