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 c647d1f commit 0862be4Copy full SHA for 0862be4
src/builder.rs
@@ -335,7 +335,7 @@ impl NodeBuilder {
335
self
336
}
337
338
- /// Configures the [`Node`] instance to write logs to the `log` facade.
+ /// Configures the [`Node`] instance to write logs to the [`log`](https://crates.io/crates/log) facade.
339
pub fn set_log_facade_logger(&mut self, log_level: LogLevel) -> &mut Self {
340
self.log_writer_config = Some(LogWriterConfig::Log(log_level));
341
0 commit comments