Skip to content

Commit 1256991

Browse files
authored
Update logging.md
1 parent 9183b3e commit 1256991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development/logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENDMETHOD.
4646
```
4747

4848
##### abap-logger
49-
In on-premise systems, you also have the option to use the fantastic open-source project [**abap-logger**](https://github.com/ABAP-Logger/ABAP-Logger). This tool simplifies working with BAL logs and integrates seamlessly with abap2UI5. Here’s an example:
49+
You also have the option to use the fantastic open-source project [**abap-logger**](https://github.com/ABAP-Logger/ABAP-Logger). This tool simplifies working with BAL logs and integrates seamlessly with abap2UI5. Here’s an example:
5050
```abap
5151
METHOD z2ui5_if_app~main.
5252
@@ -60,7 +60,7 @@ ENDMETHOD.
6060
```
6161

6262
##### BAL Popup
63-
Compared to message classes, BAL logs include more detailed information, such as timestamps. You can also use the specific BAL log popup to display this information. All the examples above can be used with the `z2ui5_cl_pop_bal` popup instead. Here’s an example using the abap-logger:
63+
Compared to message classes, BAL logs include more detailed information, such as timestamps. Use the specific BAL log popup to display this information. All the examples above can be used with the `z2ui5_cl_pop_bal` popup, here’s an example using the abap-logger:
6464

6565
```abap
6666
METHOD z2ui5_if_app~main.
@@ -74,5 +74,5 @@ ENDMETHOD.
7474
```
7575

7676
::: tip
77-
This popup is still in its early stages and offers basic functionality. If you’ve implemented BAL features with abap2UI5, consider contributing to extend its capabilities. Contributions are always welcome!
77+
This popup is still in its early stages and offers basic functionality only. If you’ve implemented BAL features with abap2UI5, consider contributing to extend its capabilities. Contributions are always welcome!
7878
:::

0 commit comments

Comments
 (0)