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
The documentation for the log levels is incoherent with the definitiosn in libcore/core.rc: they are numbered from 0 to 3 in the docs and from 1 to 4 in the code.
The documentation for the log levels is incoherent with the definitiosn in
libcore/core.rc: they are numbered from 0 to 3 in the docs and from 1 to 4 in the code.http://static.rust-lang.org/doc/0.5/rust.html#logging-system
https://github.com/mozilla/rust/blob/master/src/libcore/core.rc#L207