You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/globals.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ You can use this list of global functions that exists to primarily to improve yo
5
5
6
6
## log
7
7
8
-
Write into the `BASHUNIT_DEV_LOG` a log message. The log line records the calling function name, source file and line number for easier debugging.
9
-
Internal messages from bashunit include the `[INTERNAL]` prefix so you can easily spot them.
8
+
Write into the `BASHUNIT_DEV_LOG` a log message. The log line records the source file and line number for easier debugging.
10
9
11
10
> See: [Dev log](/configuration#dev-log)
12
11
@@ -18,6 +17,7 @@ log "warning" "hello" "world"
18
17
log "critical""hello""world"
19
18
log "error""hello""world"
20
19
```
20
+
Internal messages from bashunit include the `[INTERNAL]` prefix so you can easily spot them. You can enable them with `BASHUNIT_INTERNAL_LOG=true|false`.
0 commit comments