PHP 인터페이스 Pop\Log\Writer\WriterInterface

저자: Nick Sagona, III ([email protected])
파일 보기 프로젝트 열기: nicksagona/PopPHP

공개 메소드들

메소드 설명
writeLog ( array $logEntry, array $options = [] ) : void Method to write to the log

메소드 상세

writeLog() 공개 메소드

Method to write to the log
public writeLog ( array $logEntry, array $options = [] ) : void
$logEntry array
$options array
리턴 void