Class BaseLog
Base log engine class.
- BaseLog implements CakeLogInterface
Direct Subclasses
Abstract
Package: Cake\Log\Engine
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Location: Cake/Log/Engine/BaseLog.php
Package: Cake\Log\Engine
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Location: Cake/Log/Engine/BaseLog.php
Properties summary
-
$_config
protectedEngine configstring
Method Summary
- __construct() publicConstructor
- config() publicSets instance config. When $config is null, returns config array
Method Detail
__construct()source public
__construct( array $config array() )
Constructor
Parameters
- array
$config
optional array() - Configuration array
config()source 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 in -
scopes
string or array, scopes the engine is interested in
Parameters
- array
$config
optional array() - engine configuration
Returns
arrayProperties detail
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/2.10/class-BaseLog.html