PHP 클래스 Comos\Qpm\Log\Logger

파일 보기 프로젝트 열기: comos/qpm 1 사용 예제들

공개 메소드들

메소드 설명
debug ( $msg, $context = [] )
err ( $msg, $context = [] )
info ( $msg, $context = [] )
setLoggerImpl ( Psr\Log\LoggerInterface $impl )
useNullLogger ( )
useSimpleLogger ( $pathToLogFile )

메소드 상세

debug() 공개 정적인 메소드

public static debug ( $msg, $context = [] )

err() 공개 정적인 메소드

public static err ( $msg, $context = [] )

info() 공개 정적인 메소드

public static info ( $msg, $context = [] )

setLoggerImpl() 공개 정적인 메소드

public static setLoggerImpl ( Psr\Log\LoggerInterface $impl )
$impl Psr\Log\LoggerInterface

useNullLogger() 공개 정적인 메소드

public static useNullLogger ( )

useSimpleLogger() 공개 정적인 메소드

public static useSimpleLogger ( $pathToLogFile )