1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00
This commit is contained in:
Sergey Chizhik
2014-12-05 14:36:37 +02:00
parent 7902b8c396
commit 21c54ac660
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ class LineFormatter extends NormalizerFormatter
} while ($previous = $previous->getPrevious());
}
return '[object] ('.get_class($e).'(code:'.$e->getCode().'): '.$e->getMessage().' at '.$e->getFile().':'.$e->getLine().$previousText.')';
return '[object] ('.get_class($e).'(code: '.$e->getCode().'): '.$e->getMessage().' at '.$e->getFile().':'.$e->getLine().$previousText.')';
}
protected function convertToString($data)