Class BaseLog
Base log engine class.
- BaseLog implements CakeLogInterface
Direct Subclasses
		Abstract
Package: Cake\Log\Engine
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Log/Engine/BaseLog.php
	
	Package: Cake\Log\Engine
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Log/Engine/BaseLog.php
Properties summary
- 
			$_configprotectedstringEngine config
Method Summary
- 
			__construct() public__construct method
- 
			config() publicSets instance config. When $config is null, returns config array
Method Detail
__construct() public ¶
__construct( array $config = array() )
__construct method
Parameters
- array $config optional array()
- Configuration array
config() public ¶
config( array $config = array() )
Sets instance config. When $config is null, returns config array
Config
- typesstring or array, levels the engine is interested in
- scopesstring or array, scopes the engine is interested in
Parameters
- array $config optional array()
- engine configuration
Returns
					array
				
		