Skip to content

Commit

Permalink
Merge pull request cakephp#4009 from julian-karst/patch-1
Browse files Browse the repository at this point in the history
Fixed custom logger info
  • Loading branch information
ravage84 committed May 29, 2016
2 parents 57b533b + 9859dd6 commit 36f81e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/core-libraries/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ properties are passed to the log adapter's constructor as an array. ::
{
public function __construct($options = [])
{
parent::__construct($options);
// ...
}

Expand Down

0 comments on commit 36f81e6

Please sign in to comment.