Skip to content

Commit 25f49a9

Browse files
author
Marcin Radomski
committedMar 17, 2025
README: link to log::set_max_level
Suggested on rust-mobile#84
1 parent 634c027 commit 25f49a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ will consider the process-wide global state (set via
105105
[`__android_log_set_minimum_priority`](https://cs.android.com/android/platform/superproject/main/+/main:prebuilts/runtime/mainline/runtime/sdk/common_os/include/system/logging/liblog/include/android/log.h;l=364;drc=4cf460634134d51dba174f8af60dffb10f703f51))
106106
and Android system properties when deciding if a message should be logged or
107107
not. In this case, the effective log level is the _least verbose_ of the levels
108-
set between those and Rust log facilities.
108+
set between those and [Rust log
109+
facilities](https://docs.rs/log/latest/log/fn.set_max_level.html).
109110

110111
## License
111112

0 commit comments

Comments
 (0)
Please sign in to comment.