Class BaseLog
Base log engine class.
- BaseLog implements CakeLogInterface
Direct Subclasses
Abstract
Package: Cake\Log\Engine
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Location: Cake/Log/Engine/BaseLog.php
Package: Cake\Log\Engine
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Location: Cake/Log/Engine/BaseLog.php
Properties summary
-
$_config
protectedstring
Engine config
Method Summary
-
__construct() public
__construct method -
config() public
Sets instance config. When $config is null, returns config array
Method Detail
config() public ¶
config( array $config = array() )
Sets instance config. When $config is null, returns config array
Config
types
string or array, levels the engine is interested inscopes
string or array, scopes the engine is interested in
Parameters
- array $config optional array()
- engine configuration
Returns
array