mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-03-15 04:30:50 +00:00
pr fixes
This commit is contained in:
parent
014d724ea4
commit
26c806fd6c
@ -76,7 +76,7 @@ pub struct WasmLoggerBuilder {
|
||||
|
||||
impl WasmLoggerBuilder {
|
||||
/// 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,
|
||||
/// or [[WASM_DEFAULT_LOG_LEVEL]] otherwise. It is an 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