Browse Source

Update deprecated method call

Michael Hoffmann 9 years ago
parent
commit
e9a6f993cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Log/Engine/ConsoleLog.php

+ 1 - 1
src/Log/Engine/ConsoleLog.php

@@ -75,7 +75,7 @@ class ConsoleLog extends BaseLog
         } else {
             throw new InvalidArgumentException('`stream` not a ConsoleOutput nor string');
         }
-        $this->_output->outputAs($config['outputAs']);
+        $this->_output->setOutputAs($config['outputAs']);
     }
 
     /**