We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634c027 commit 25f49a9Copy full SHA for 25f49a9
README.md
@@ -105,7 +105,8 @@ will consider the process-wide global state (set via
105
[`__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))
106
and Android system properties when deciding if a message should be logged or
107
not. In this case, the effective log level is the _least verbose_ of the levels
108
-set between those and Rust log facilities.
+set between those and [Rust log
109
+facilities](https://docs.rs/log/latest/log/fn.set_max_level.html).
110
111
## License
112
0 commit comments