@@ -184,7 +184,9 @@ |
||
| 184 | 184 | */ |
| 185 | 185 | public function log($level, $message, array $context = array()) |
| 186 | 186 | { |
| 187 | - if ( ( int ) $level < self::$RequestLevel ) return ; |
|
| 187 | + if ( ( int ) $level < self::$RequestLevel ) { |
|
| 188 | + return ; |
|
| 189 | + } |
|
| 188 | 190 | |
| 189 | 191 | switch($level){ |
| 190 | 192 | case self::EMERGENCY: |