Skip to content

Commit cb015e1

Browse files
authored
Update logging.md
1 parent 1ff233c commit cb015e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ENDMETHOD.
6060
```
6161

6262
##### BAL Popup
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:
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 for a more detailed output, here’s an example for 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 only. If you’ve implemented BAL features with abap2UI5, consider contributing to extend its capabilities.
77+
The BAL 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.
7878
:::

0 commit comments

Comments
 (0)