Fix casing in LoggerConfig.
This commit is contained in:
parent
f1052443ab
commit
c8dc8a67b7
3 changed files with 15 additions and 15 deletions
|
|
@ -46,7 +46,7 @@ class LoggerConfig {
|
|||
* @param $name
|
||||
* @return Logger
|
||||
*/
|
||||
public function GetFor($name) {
|
||||
public function getFor($name) {
|
||||
$handlers = $this->getHandlers(self::KEY_AlwaysLoaded);
|
||||
$handlers = array_merge($handlers, $this->getHandlers($name));
|
||||
return new Logger($name, $handlers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue