[smarcet] - #4824 - Integration Testing

adding more log level to exceptions
This commit is contained in:
smarcet
2013-12-19 10:08:58 -03:00
parent 00a6229ffa
commit e9665fd3a0
7 changed files with 47 additions and 2 deletions

View File

@@ -13,5 +13,9 @@ interface ILogService
public function warning_msg($msg);
public function error_msg($msg);
public function info(Exception $exception);
}