danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In the ERROR log item for an unhandled exception, add the action which raised the exception

danieleteti opened this issue · comments

In the ERROR log item for an unhandled exception, add the action which raised the exception.

2021-12-15 16:44:31:670  [TID       6716][ERROR   ] [ESomeException] ExeptionMessage (Custom message: "") [dmvcframework]

should become

2021-12-15 16:44:31:670  [TID       6716][ERROR   ] [ESomeException] ExeptionMessage (Raised by: ActionName; Path: /api/v1/path1; Custom message: "") [dmvcframework]