mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Improved logged message for Exception using LogException
This commit is contained in:
parent
fe1978b646
commit
83cf604f30
@ -191,7 +191,7 @@ end;
|
||||
|
||||
procedure LogException(const E: Exception; const AMessage: String);
|
||||
begin
|
||||
LogE(E.ClassName + ': ' + AMessage);
|
||||
LogE(E.ClassName + ': ' + E.Message + ' - (Custom Message: ' + AMessage + ')');
|
||||
end;
|
||||
|
||||
procedure LogEnterMethod(const AMethodName: string);
|
||||
|
Loading…
Reference in New Issue
Block a user