@@ -86,7 +86,7 @@ |
||
86 | 86 | public function getLevelCode(string $level): int |
87 | 87 | { |
88 | 88 | if ($this->levelIsValid($level) === false) { |
89 | - // echo __METHOD__; |
|
89 | + // echo __METHOD__; |
|
90 | 90 | throw new \InvalidArgumentException('Invalid log-level provided.'); |
91 | 91 | } |
92 | 92 | //print_r(array_search($level, $this->levels)); |