Skip to content

Commit 1bc6c3a

Browse files
authored
Update logging.md
1 parent 22352e2 commit 1bc6c3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/addons/logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ABAP development is nearly impossible without BAL logging. Whether you prefer us
99

1010
Instead of creating multiple BAL popups individually, we can centralize the functionality here and collaboratively expand it. Currently, only basic functionality is available, but PRs are welcome!
1111

12-
### 1. UI for Business Application Log (classic)
12+
### 1. BAL Messages (classic)
1313

1414
```abap
1515
METHOD z2ui5_if_app~main.
@@ -35,7 +35,7 @@ Instead of creating multiple BAL popups individually, we can centralize the func
3535
ENDMETHOD.
3636
```
3737

38-
### 2. UI for Business Application Log (cloud)
38+
### 2. BAL Messages (cloud)
3939

4040
```abap
4141
METHOD z2ui5_if_app~main.
@@ -89,7 +89,7 @@ In ABAP for Cloud
8989
```
9090

9191

92-
### 4. UI for abap-logger
92+
### 4. abap-logger
9393

9494
UI for the Open Source Project [**abap-logger**](https://github.com/ABAP-Logger/ABAP-Logger)
9595

0 commit comments

Comments
 (0)