PHP 클래스 Autarky\Logging\DefaultLogConfigurator
You can easily change the path to log to by extending this class and
overriding either getLogDirectory, getLogFilename or getLogPath.
파일 보기
프로젝트 열기: autarky/framework
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
__construct ( ChannelManager $channelManager, Application $application, Autarky\Config\ConfigInterface $config ) |
Constructor. |
|
configure ( ) |
|
|
보호된 메소드들
메소드 상세
public __construct ( ChannelManager $channelManager, Application $application, Autarky\Config\ConfigInterface $config ) |
$channelManager |
ChannelManager |
|
$application |
Autarky\Application |
|
$config |
Autarky\Config\ConfigInterface |
|
getLogDirectory()
보호된 메소드
makeDefaultLogger()
보호된 메소드
프로퍼티 상세
$channelManager 보호되어 있는 프로퍼티
Channel manager instance.
protected ChannelManager,Autarky\Logging $channelManager |
리턴 |
ChannelManager |
|
The config store instance.
protected ConfigInterface,Autarky\Config $config |
리턴 |
Autarky\Config\ConfigInterface |
|
$environment 보호되어 있는 프로퍼티
protected string $environment |
리턴 |
string |
|