ABAP Logger Following Clean Core Principles.Under development.
This project is licensed under the MIT License.
The repository was created by George Drakos.
Logging is a tool I rely on almost every day while working with ABAP. I wanted to create a version that is not only simple and effective but also fully compatible with the ABAP Cloud environment. The goal is to provide an easy-to-use logger that fits naturally into cloud-ready development practices and can be integrated seamlessly into modern projects.
- Install via ABAPGit
- ABAP Cloud/Clean Core compatibility.Passed SCI check variant S4HANA_READINESS_2023
- Based on class cl_bali_log which is released for Cloud Development
- Based on Multiton Design Pattern