mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-03-31 03:41:05 +00:00
fix comment
This commit is contained in:
parent
b631dab17f
commit
014d724ea4
@ -75,9 +75,9 @@ pub struct WasmLoggerBuilder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl WasmLoggerBuilder {
|
impl WasmLoggerBuilder {
|
||||||
/// Initializes a builder of the global logger. Set log level based on the RUST_LOG environment variable if it set,
|
/// Initializes a builder of the global logger. Set log level based on the WASM_LOG environment variable if it set,
|
||||||
/// or log::Level::Info otherwise. It is a initial method in this builder chain, please note, that logger wouldn't
|
/// or WASM_DEFAULT_LOG_LEVEL otherwise. It is a initial method in this builder chain, please note,
|
||||||
/// work without subsequent build() call.
|
/// that logger wouldn't work without subsequent build() call.
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user