PHP 클래스 Modules\Core\Source\Libs\Logger\LoggerSystem

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

보호된 프로퍼티들

프로퍼티 타입 설명
$arMessTypeStr
$levelInfo
$logger
$statLevelInfo

공개 메소드들

메소드 설명
__call ( $name, $arguments )
__construct ( $loggerSystem, array $arConfig = [] )
error ( $mess, $data = [] )
getLogger ( )
info ( $mess, $data = [] )
stat ( $mess, $data = [] )

메소드 상세

__call() 공개 메소드

public __call ( $name, $arguments )

__construct() 공개 메소드

public __construct ( $loggerSystem, array $arConfig = [] )
$arConfig array

error() 공개 메소드

public error ( $mess, $data = [] )

getLogger() 공개 메소드

public getLogger ( )

info() 공개 메소드

public info ( $mess, $data = [] )

stat() 공개 메소드

public stat ( $mess, $data = [] )

프로퍼티 상세

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

protected $arMessTypeStr

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

protected $levelInfo

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

protected $logger

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

protected $statLevelInfo