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