We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7440429 commit d7d7feeCopy full SHA for d7d7fee
1 file changed
docs/reference/control/__log.md
@@ -4,6 +4,7 @@ logs text with priority levels.
4
control.__log(1, "");
5
```
6
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.
8
9
## Example
10
Log a string that displays the word "Hello" with a priority level of 1.
0 commit comments