Skip to content

Commit d7d7fee

Browse files
Update __log.md
1 parent 7440429 commit d7d7fee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/reference/control/__log.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ logs text with priority levels.
44
control.__log(1, "");
55
```
66
There are 5 console priorities in total, which include Debug (0), Log (1), Warning (2), Error (3), and Silent (4).
7+
The priorities are executed on DevTools, while the serial port simply has 1 priority, log.
78

89
## Example
910
Log a string that displays the word "Hello" with a priority level of 1.

0 commit comments

Comments
 (0)