Skip to content

Commit 744cfbc

Browse files
authored
update
1 parent df9b6ca commit 744cfbc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/addons/logging.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ outline: [2, 6]
55

66
<i class="fa-brands fa-github"></i> [Logging Addon on GitHub](https://github.com/abap2UI5-addons/logging)
77

8-
Logging is essential for developing end-user business processes. In ABAP systems, the standard tool for this is the Business Application Log (BAL), which is supported in both on-premise systems and ABAP Cloud (via new APIs). Additionally, open-source projects like the excellent [abap-logger](https://github.com/ABAP-Logger/ABAP-Logger) offer valuable alternatives.
8+
Logging is essential for developing end-user business processes. In ABAP systems, the standard tool for this is the Business Application Log, which is supported in both on-premise systems and ABAP Cloud (via new APIs).
99

10-
To display these messages for end-users in abap2UI5 apps, this add-on centralizes BAL logging UIs for easy integration and collaborative expansion.
10+
To display these messages for end-users in abap2UI5 apps, this addon centralizes BAL logging UIs for easy integration and collaborative expansion.
1111

1212
### Use cases
1313

@@ -114,9 +114,7 @@ METHOD z2ui5_if_app~main.
114114
ENDMETHOD.
115115
```
116116

117-
118117
::: tip
119-
This add-on is in its early stages, with basic functionality currently available.
120-
If you’ve implemented BAL functionality with abap2UI5, consider sharing your work! Contributions and pull requests are welcome.
118+
This add-on is in its early stages, with basic functionality currently available. If you’ve implemented BAL functionality with abap2UI5, consider sharing your work! Contributions and pull requests are welcome.
121119
:::
122120

0 commit comments

Comments
 (0)