Home
last modified time | relevance | path

Searched refs:init_logging (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/src/commands/
H A Dexplore.rs28 self.common.init_logging()?; in execute()
H A Dwast.rs45 self.common.init_logging()?; in execute()
H A Dwizer.rs40 self.run.common.init_logging()?; in execute()
H A Dcompile.rs53 self.common.init_logging()?; in execute()
H A Dserve.rs166 self.run.common.init_logging()?; in execute()
H A Drun.rs237 self.run.common.init_logging()?; in execute()
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs734 pub fn init_logging(&mut self) -> Result<()> { in init_logging() method