Register snapshots and switch logging over to use of log_full or #error / #debug.
This commit is contained in:
parent
3b61064631
commit
8b580954fe
326 changed files with 1347 additions and 1144 deletions
|
@ -287,7 +287,7 @@ Example:
|
|||
> let i = 0;
|
||||
> while i < len(s) {
|
||||
> let {ch, next} = char_range_at(s, i);
|
||||
> log ch;
|
||||
> log_full(core::debug, ch);
|
||||
> i = next;
|
||||
> }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue