| @@ -22,7 +22,7 @@ | ||
| 22 | 22 |      { | 
| 23 | 23 | if ($this->verbose) | 
| 24 | 24 |          { | 
| 25 | -            echo date("d/m/y H:i:s") . ' ['.$level.'] ' . $message . PHP_EOL; | |
| 25 | +            echo date("d/m/y H:i:s") . ' [' . $level . '] ' . $message . PHP_EOL; | |
| 26 | 26 | } | 
| 27 | 27 | } | 
| 28 | 28 | } | 
| 29 | 29 | \ No newline at end of file | 
| @@ -107,7 +107,7 @@ discard block | ||
| 107 | 107 | $content = ''; | 
| 108 | 108 | |
| 109 | 109 |          while (!$file->eof()) { | 
| 110 | - $content .= $file->fgets(); | |
| 110 | + $content .= $file->fgets(); | |
| 111 | 111 | } | 
| 112 | 112 | |
| 113 | 113 | return $this->recognize($content, $extra); | 
| @@ -246,7 +246,7 @@ discard block | ||
| 246 | 246 | if ($this->logger === null) | 
| 247 | 247 |          { | 
| 248 | 248 | $defaultLogger = new Logger; | 
| 249 | - $defaultLogger->verbose =& $this->verbose; | |
| 249 | + $defaultLogger->verbose = & $this->verbose; | |
| 250 | 250 | |
| 251 | 251 | $this->setLogger($defaultLogger); | 
| 252 | 252 | } |