Vidyadhar Gaikwad
Vidyadhar Gaikwad
Any review feedback on this.
Hi, I will create another repository for the demo program. Its not mandatory to set_default_context or pass context via log->add(). if context set via set_default_context or log->add() then only context...
I have removed demos from the pull request. I can add them in other repo like "ABAP-Logger/demos".
> Hi, > > I will create another repository for the demo program. > > Its not mandatory to set_default_context or pass context via log->add(). if context set via set_default_context...
> Hi, I was about to import your code in my system to see it run, but I'm stuck an issue with abapGit : [abapGit/abapGit#5652](https://github.com/abapGit/abapGit/issues/5652) > > do you? Hi,...
Hi [nikolasmylonas](https://github.com/nikolasmylonas) , I am working on keep my version up to date with the option to add custom fields in context. I will keep you posted.
Hi @AlexandreHT, I agree that a separate class for display profiles is a better approach. Please review and pull [class for display profile #119)](https://github.com/ABAP-Logger/ABAP-Logger/pull/119). once PR 119 is merged, I...
Enhancement already completed via PR [class for display profile #119 ](https://github.com/ABAP-Logger/ABAP-Logger/pull/119). so this should be good to close.
display profile changes are done by [Ennowulff](https://github.com/Ennowulff) in [PR 119](https://github.com/ABAP-Logger/ABAP-Logger/pull/119). also, PR119 merged so my changes are not required any more.
Hi, I would code as follows. Junta thoughts pls. ```ABAP "INTERFACE zif_logger method to export message along with context METHOD: export_msg_context_tab IMPORTING iv_context_structure type CLIKE RETURNING " ITAB with fields...