Andreas Kopp

Results 14 comments of Andreas Kopp

Interesting approach. Can you extend your example on how the validate() method would add loggable messages to the notification (zif_loggable_object)? I assume that the implementation could be a repetition of...

I agree. RTTS mapping is the most valuable part. And I also agree on avoiding mixing of stateful and stateless code. So `zcl_logger` would continue to implement `zif_logger` and delegate...

Hi @vidyadharg. Thanks a lot for your contribution. I have to admit that I have not looked into your pull request yet but I am going to. I am not...

I put them there for backwards compatibility when I introduced the factory and the interface. They were public attributes of the logger class before. And there are unit tests for...

I guess that most of the features that come to the cloud version of ABAP first will also come to the on-premise version. One example is the Restful ABAP Programming...

Thanks for testing. I will check on that. If you already know how to fix it, you can create a pull request. Support for tables is still missing. That is...

Yes, this is an option. This reminds me of the principle of "separation of concerns". Should we extract the management of the instances (creation, get, etc.) completely into another factory...

On the one hand, I just thought it would be easier to put this in the same class. On the other hand, we could add an interface (for the public...

@epeterson320 Can you create a new branch where we can work on this? I already provided some changes on zcl_logger: I extracted the methods to an interface (zif_logger) and created...